Install namazu2-common
Installing namazu2-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install namazu2-common
namazu2-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | namazu2-common |
version | 2.0.21-12 |
description | full text search engine – documentation |
subsection | text |
maintainer | NOKUBI Takatsugu |
Uninstall namazu2-common
To remove just namazu2-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove namazu2-common
Uninstall namazu2-common and it’s dependent packages
To remove the namazu2-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove namazu2-common
Purging namazu2-common
If you also want to delete configuration and/or data files of namazu2-common from Debian Sid then this will work:
sudo apt-get purge namazu2-common
To delete configuration and/or data files of namazu2-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove namazu2-common