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

Last updated: May 20,2024

1. Install "libmsgpack3" package

Please follow the step by step instructions below to install libmsgpack3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmsgpack3

2. Uninstall "libmsgpack3" package

In this section, we are going to explain the necessary steps to uninstall libmsgpack3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmsgpack3 $ sudo apt autoclean && sudo apt autoremove

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

Package: libmsgpack3
Priority: extra
Section: universe/libs
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Taku YASUI
Architecture: amd64
Source: msgpack
Version: 0.5.7-3ubuntu1
Depends: libc6 (>= 2.14), libstdc++6 (>= 4.2.1)
Filename: pool/universe/m/msgpack/libmsgpack3_0.5.7-3ubuntu1_amd64.deb
Size: 12408
MD5sum: c433c26fb248914faf58ee3edbb56118
SHA1: dfe891d2bf6c91a4f09f390cd14be8f5a5c05711
SHA256: 2c289935e7722b94d9d6a7c36c61db63941a5a4a56b00672c8aebf6bad541d0a
Description-en: binary-based efficient object serialization library
MessagePack is a binary-based efficient object serialization library.
It enables to exchange structured objects between many languages like JSON.
But unlike JSON, it is very fast and small.
Description-md5: 677c4104c271c72734cdb3d0e0f5a033
Homepage: http://msgpack.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu