Install prank
Installing prank package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prank
prank package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prank |
version | 0.0.150803-1 |
description | Probabilistic Alignment Kit for DNA, codon and amino-acid sequences |
subsection | science |
website | code.google.com / p / prank-msa / |
maintainer | Debian Med Packaging Team |
Uninstall prank
To remove just prank package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prank
Uninstall prank and it’s dependent packages
To remove the prank package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prank
Purging prank
If you also want to delete configuration and/or data files of prank from Debian Sid then this will work:
sudo apt-get purge prank
To delete configuration and/or data files of prank and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prank