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

Last updated: May 16,2024

1. Install "libmpack-dev" package

This guide covers the steps necessary to install libmpack-dev on Kali Linux

$ sudo apt update $ sudo apt install libmpack-dev

2. Uninstall "libmpack-dev" package

Please follow the guidelines below to uninstall libmpack-dev on Kali Linux:

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

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

Package: libmpack-dev
Source: libmpack
Version: 1.0.5-4
Installed-Size: 49
Maintainer: James McCoy
Architecture: amd64
Depends: libmpack0 (= 1.0.5-4)
Size: 12988
SHA256: 53d66507ff67623798bbb2fba09df0332bb6fdd2f74dff287c22984dc62da31a
SHA1: 4f6377ec396b5d9dd4d1f277bba3ea3a20e9f50f
MD5sum: 1c5d2238f116f35a177d4cc98563ab2a
Description: small binary serialization/RPC library (development files)
libmpack is a small binary serialization/RPC library that implements both the
msgpack and msgpack-rpc specifications.
.
Differences from msgpack-c:
.
* Callback-based API to simplify (de)serialization directly to/from
application-specific objects.
* C89 compatible code
* No allocation performed by the library, but helpers to simplify dynamic
allocation if the application needs it.
* Non-backtracking, incremental/iterative parse/serialization API
.
This package contains the headers files needed for developing with mpack
Description-md5:
Multi-Arch: same
Homepage: https://github.com/libmpack/libmpack/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libm/libmpack/libmpack-dev_1.0.5-4_amd64.deb