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