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