Install paml-doc
Installing paml-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install paml-doc
paml-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | paml-doc |
version | 4.8+dfsg-1 |
description | Documentation for PAML |
subsection | doc |
website | abacus.gene.ucl.ac.uk / software / paml.html |
maintainer | Debian Med Packaging Team |
Uninstall paml-doc
To remove just paml-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove paml-doc
Uninstall paml-doc and it’s dependent packages
To remove the paml-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove paml-doc
Purging paml-doc
If you also want to delete configuration and/or data files of paml-doc from Debian Sid then this will work:
sudo apt-get purge paml-doc
To delete configuration and/or data files of paml-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove paml-doc