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