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