Install prottest
Installing prottest package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prottest
prottest package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prottest |
version | 3.4.1+dfsg-2 |
description | selection of best-fit models of protein evolution |
subsection | science |
website | github.com / ddarriba / prottest3 |
maintainer | Debian Med Packaging Team |
Uninstall prottest
To remove just prottest package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prottest
Uninstall prottest and it’s dependent packages
To remove the prottest package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prottest
Purging prottest
If you also want to delete configuration and/or data files of prottest from Debian Sid then this will work:
sudo apt-get purge prottest
To delete configuration and/or data files of prottest and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prottest