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