Install sift
Installing sift package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install sift
sift package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | sift |
version | 4.0.3b-4 |
description | predicts if a substitution in a protein has a phenotypic effect |
subsection | science |
website | sift.jcvi.org |
maintainer | Debian Med Packaging Team |
Uninstall sift
To remove just sift package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove sift
Uninstall sift and it’s dependent packages
To remove the sift package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove sift
Purging sift
If you also want to delete configuration and/or data files of sift from Debian Sid then this will work:
sudo apt-get purge sift
To delete configuration and/or data files of sift and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove sift