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