Install mrbayes
Installing mrbayes package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mrbayes
mrbayes package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mrbayes |
version | 3.2.6+dfsg-1+b1 |
description | Bayesian Inference of Phylogeny |
subsection | science |
website | mrbayes.csit.fsu.edu |
maintainer | Debian Med Packaging Team |
Uninstall mrbayes
To remove just mrbayes package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mrbayes
Uninstall mrbayes and it’s dependent packages
To remove the mrbayes package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mrbayes
Purging mrbayes
If you also want to delete configuration and/or data files of mrbayes from Debian Sid then this will work:
sudo apt-get purge mrbayes
To delete configuration and/or data files of mrbayes and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mrbayes