How to Install and Uninstall python3-msgpack Package on Ubuntu 21.10 (Impish Indri)

Last updated: October 05,2024

1. Install "python3-msgpack" package

This guide let you learn how to install python3-msgpack on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-msgpack

2. Uninstall "python3-msgpack" package

Please follow the guidelines below to uninstall python3-msgpack on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-msgpack package on Ubuntu 21.10 (Impish Indri)

Package: python3-msgpack
Architecture: amd64
Version: 1.0.0-6build1
Priority: optional
Section: python
Source: python-msgpack
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 227
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Breaks: borgbackup (<< 1.1.11-5~), python3-pynvim (<< 0.4.2~)
Filename: pool/main/p/python-msgpack/python3-msgpack_1.0.0-6build1_amd64.deb
Size: 63348
MD5sum: 3e91154e732e2d927d6fb8f0ecc68aa1
SHA1: e618186108407db53bfd7df89da664a3c8c8104a
SHA256: f810910ea261fdc96b04c7f0c716cb4a4ae7588343e4d70de846b13cb68ce154
SHA512: 08e42872b2343d58c0de525c60f321d470e25d8831046f5f83cdc0146391911296eb105c44c72a75ea0ee04de814658a5c2d4dedb5afca0a64f8842623ce70e6
Homepage: https://pypi.python.org/pypi/msgpack
Description-en: 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: ea3d1fc1cbb3b7dc6605eb2882af2bf6
Task: ubuntustudio-publishing