Install mzclient
Installing mzclient package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mzclient
mzclient package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mzclient |
version | 0.9.0-6 |
description | CLI library for multicast DNS service discovery (commandline tool) |
subsection | net |
website | mono-project.com / Mono_Zeroconf |
maintainer | Debian CLI Libraries Team |
Uninstall mzclient
To remove just mzclient package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mzclient
Uninstall mzclient and it’s dependent packages
To remove the mzclient package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mzclient
Purging mzclient
If you also want to delete configuration and/or data files of mzclient from Debian Sid then this will work:
sudo apt-get purge mzclient
To delete configuration and/or data files of mzclient and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mzclient