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