Install ncbi-blast+-legacy
Installing ncbi-blast+-legacy 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+-legacy
ncbi-blast+-legacy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncbi-blast+-legacy |
version | 2.3.0-1 |
description | NCBI Blast legacy call script |
subsection | science |
website | ncbi.nlm.nih.gov / IEB / ToolBox / CPP_DOC / |
maintainer | Debian Med Packaging Team |
Uninstall ncbi-blast+-legacy
To remove just ncbi-blast+-legacy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncbi-blast+-legacy
Uninstall ncbi-blast+-legacy and it’s dependent packages
To remove the ncbi-blast+-legacy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncbi-blast+-legacy
Purging ncbi-blast+-legacy
If you also want to delete configuration and/or data files of ncbi-blast+-legacy from Debian Sid then this will work:
sudo apt-get purge ncbi-blast+-legacy
To delete configuration and/or data files of ncbi-blast+-legacy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncbi-blast+-legacy