How to Install and Uninstall libmqtt-client-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 30,2024

1. Install "libmqtt-client-java" package

This guide covers the steps necessary to install libmqtt-client-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmqtt-client-java

2. Uninstall "libmqtt-client-java" package

This guide covers the steps necessary to uninstall libmqtt-client-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmqtt-client-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmqtt-client-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmqtt-client-java
Priority: optional
Section: universe/java
Installed-Size: 198
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: mqtt-client
Version: 1.10-1
Depends: libhawtbuf-java, libhawtdispatch-java
Suggests: libosgi-compendium-java, libosgi-core-java
Filename: pool/universe/m/mqtt-client/libmqtt-client-java_1.10-1_all.deb
Size: 104716
MD5sum: 005ea54ad3b2b6125ebda8ce38355fb7
SHA1: 6260e56ae0166238820057c710f2e2f0cb19452f
SHA256: e89cd2f5944a1a86ef176c4d42e0e2b39df94ee4687ce0e76d2f6b0ce4a0259f
Description-en: Java MQTT Client API
mqtt-client is a Java implementation of the MQTT publish-subscribe messaging
protocol. It takes care of automatically reconnecting to the MQTT server and
restoring the client session if any network failures occur. Applications can
use a blocking API style, a futures based API, or a callback/continuations
passing API style.
Description-md5: 56cadfc978f8096b3bee38eeefddf1fa
Homepage: http://mqtt-client.fusesource.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu