Install libmyproxy-doc
Installing libmyproxy-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmyproxy-doc
libmyproxy-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmyproxy-doc |
version | 6.1.17-1 |
description | Credential Management Service Documentation |
subsection | doc |
website | grid.ncsa.illinois.edu / myproxy / |
maintainer | Mattias Ellert |
Uninstall libmyproxy-doc
To remove just libmyproxy-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmyproxy-doc
Uninstall libmyproxy-doc and it’s dependent packages
To remove the libmyproxy-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmyproxy-doc
Purging libmyproxy-doc
If you also want to delete configuration and/or data files of libmyproxy-doc from Debian Sid then this will work:
sudo apt-get purge libmyproxy-doc
To delete configuration and/or data files of libmyproxy-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmyproxy-doc