How to Install and Uninstall libmsgpuck-dev Package on Kali Linux

Last updated: May 11,2024

1. Install "libmsgpuck-dev" package

This tutorial shows how to install libmsgpuck-dev on Kali Linux

$ sudo apt update $ sudo apt install libmsgpuck-dev

2. Uninstall "libmsgpuck-dev" package

Learn how to uninstall libmsgpuck-dev on Kali Linux:

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

3. Information about the libmsgpuck-dev package on Kali Linux

Package: libmsgpuck-dev
Source: msgpuck (1.0.3-1.1)
Version: 1.0.3-1.1+b1
Installed-Size: 126
Maintainer: Roman Tsisyk
Architecture: amd64
Size: 24964
SHA256: 793dba0086c4a082de7ec30a8154e80b7ec379c39a0fbaed53b174a87b02cce0
SHA1: 36f8636f048d5ccbb80dd1b7117a1bf062cdd696
MD5sum: 056c63f7832b9029b12f47a961a6f0d1
Description: 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 embedded 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 inline functions and
globals tables needed by the some library functions.
Description-md5:
Homepage: https://github.com/rtsisyk/msgpuck
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/msgpuck/libmsgpuck-dev_1.0.3-1.1+b1_amd64.deb