Install primesieve-doc
Installing primesieve-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install primesieve-doc
primesieve-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | primesieve-doc |
version | 5.6.0+ds-1 |
description | fast prime number generator C/C++ library — doc |
subsection | doc |
website | primesieve.org |
maintainer | Debian Science Maintainers |
Uninstall primesieve-doc
To remove just primesieve-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove primesieve-doc
Uninstall primesieve-doc and it’s dependent packages
To remove the primesieve-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove primesieve-doc
Purging primesieve-doc
If you also want to delete configuration and/or data files of primesieve-doc from Debian Sid then this will work:
sudo apt-get purge primesieve-doc
To delete configuration and/or data files of primesieve-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove primesieve-doc