Install ncbi-seg
Installing ncbi-seg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncbi-seg
ncbi-seg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncbi-seg |
version | 0.0.20000620-3 |
description | tool to mask segments of low compositional complexity in amino acid sequences |
subsection | science |
website | ftp.ncbi.nih.gov / pub / seg / seg / |
maintainer | Debian Med Packaging Team |
Uninstall ncbi-seg
To remove just ncbi-seg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncbi-seg
Uninstall ncbi-seg and it’s dependent packages
To remove the ncbi-seg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncbi-seg
Purging ncbi-seg
If you also want to delete configuration and/or data files of ncbi-seg from Debian Sid then this will work:
sudo apt-get purge ncbi-seg
To delete configuration and/or data files of ncbi-seg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncbi-seg