Install probalign
Installing probalign package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install probalign
probalign package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | probalign |
version | 1.4-4 |
description | multiple sequence alignment using partition function posterior probabilities |
subsection | science |
website | cs.njit.edu / usman / probalign / |
maintainer | Debian Med Packaging Team |
Uninstall probalign
To remove just probalign package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove probalign
Uninstall probalign and it’s dependent packages
To remove the probalign package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove probalign
Purging probalign
If you also want to delete configuration and/or data files of probalign from Debian Sid then this will work:
sudo apt-get purge probalign
To delete configuration and/or data files of probalign and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove probalign