Install plast-example
Installing plast-example package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install plast-example
plast-example package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | plast-example |
version | 2.3.1+dfsg-3 |
description | Parallel Local Sequence Alignment Search Tool (example data) |
subsection | science |
website | plast.inria.fr |
maintainer | Debian Med Packaging Team |
Uninstall plast-example
To remove just plast-example package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove plast-example
Uninstall plast-example and it’s dependent packages
To remove the plast-example package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove plast-example
Purging plast-example
If you also want to delete configuration and/or data files of plast-example from Debian Sid then this will work:
sudo apt-get purge plast-example
To delete configuration and/or data files of plast-example and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove plast-example