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