How to Install and Uninstall mzclient Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "mzclient" package

Here is a brief guide to show you how to install mzclient on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mzclient

2. Uninstall "mzclient" package

This is a short guide on how to uninstall mzclient on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mzclient $ sudo apt autoclean && sudo apt autoremove

3. Information about the mzclient package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mzclient
Priority: optional
Section: universe/libs
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Libraries Team
Architecture: all
Source: mono-zeroconf
Version: 0.9.0-6
Depends: mono-runtime (>= 3.0~), libmono-corlib4.5-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0), libmono-zeroconf1.0-cil (= 0.9.0-6)
Filename: pool/universe/m/mono-zeroconf/mzclient_0.9.0-6_all.deb
Size: 7398
MD5sum: 257bf2299a12070464fd4ddd8843e406
SHA1: c2471e82d49d949edaece2d455bdb38bbb3026a8
SHA256: b0d62b346768ce7b4713565abddcbc7e993471c0cd150f0bf0c93cb1e5184504
Description-en: CLI library for multicast DNS service discovery (commandline tool)
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.
.
By using Mono.ZeroConf applications can use a single API that will work
regardless of the underlying implementation that a particular operating
system uses.
.
Applications can publish services that will be exposed to other computers on
the network and also query the local machines on the network for services
that could have been exposed.
.
This package contains the mzclient tool, that can be used for resolving or
publishing services from the commandline.
Description-md5: f6f7b6eae52bae25688644f88be96e87
Homepage: http://mono-project.com/Mono_Zeroconf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu