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