How to Install and Uninstall libmsgpuck-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "libmsgpuck-dev" package

Learn how to install libmsgpuck-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmsgpuck-dev

2. Uninstall "libmsgpuck-dev" package

Please follow the guidelines below to uninstall libmsgpuck-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmsgpuck-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmsgpuck-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmsgpuck-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Roman Tsisyk
Architecture: amd64
Source: msgpuck
Version: 1.0.1-1
Filename: pool/universe/m/msgpuck/libmsgpuck-dev_1.0.1-1_amd64.deb
Size: 23842
MD5sum: d96e99a841936f2d5eeddf3da6ca8698
SHA1: 45e9b6f963f10da9948b180ff5c9741a23d011a2
SHA256: 40ec8ac073a4ee548339586214064e2cdd0e93754ac55c3a43654e768689f49d
Description-en: MsgPack serialization library in a self-contained header file
MsgPack 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.
.
msgpuck is very lightweight header-only library designed to be inlined to
your application by the C/C++ compiler. The library is fully documented and
covered by unit tests.
.
This package provides a self-contained header file and a static library.
The static library contains generated code for inlined functions and
globals tables needed by the some library functions.
Description-md5: 8b5260e0712ff3382cfcfdb604cb59ec
Homepage: https://github.com/rtsisyk/msgpuck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu