How to Install and Uninstall python3-msgpack Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-msgpack" package

Learn how to install python3-msgpack on Kali Linux

$ sudo apt update $ sudo apt install python3-msgpack

2. Uninstall "python3-msgpack" package

Here is a brief guide to show you how to uninstall python3-msgpack on Kali Linux:

$ sudo apt remove python3-msgpack $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-msgpack package on Kali Linux

Package: python3-msgpack
Source: python-msgpack (1.0.3-3)
Version: 1.0.3-3+b1
Installed-Size: 357
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Breaks: borgbackup (<< 1.1.11-5~), python3-pynvim (<< 0.4.2~)
Size: 96544
SHA256: a247404f184839e1a69ee0d3956383ba3774b1ec69d09b0ba0fb20d8cf280575
SHA1: b2a297bf692523c4ef8122551ac2cde7e547c043
MD5sum: b5d08751517eab67654d1e4bd48ad9a4
Description: Python 3 implementation of MessagePack format
MessagePack is a binary-based efficient object serialization format.
It enables the exchange of structured objects between many languages
like JSON. But unlike JSON, it is very fast and small.
.
This package contains a Python 3 extension module implementing the
MessagePack format.
Description-md5:
Homepage: https://pypi.python.org/pypi/msgpack
Section: python
Priority: optional
Filename: pool/main/p/python-msgpack/python3-msgpack_1.0.3-3+b1_amd64.deb