Install ncbi-tools-bin
Installing ncbi-tools-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncbi-tools-bin
ncbi-tools-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncbi-tools-bin |
version | 6.1.20120620-10+b1 |
description | NCBI libraries for biology applications (text-based utilities) |
subsection | science |
website | ncbi.nlm.nih.gov / IEB / ToolBox / |
maintainer | Debian Med Packaging Team |
Uninstall ncbi-tools-bin
To remove just ncbi-tools-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncbi-tools-bin
Uninstall ncbi-tools-bin and it’s dependent packages
To remove the ncbi-tools-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncbi-tools-bin
Purging ncbi-tools-bin
If you also want to delete configuration and/or data files of ncbi-tools-bin from Debian Sid then this will work:
sudo apt-get purge ncbi-tools-bin
To delete configuration and/or data files of ncbi-tools-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncbi-tools-bin