Install python-msgpack
Installing python-msgpack package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-msgpack
python-msgpack package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-msgpack |
version | 0.4.6-1+b2 |
description | Python implementation of MessagePack format |
subsection | python |
website | pypi.python.org / pypi / msgpack-python / |
maintainer | PKG OpenStack |
Uninstall python-msgpack
To remove just python-msgpack package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-msgpack
Uninstall python-msgpack and it’s dependent packages
To remove the python-msgpack package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-msgpack
Purging python-msgpack
If you also want to delete configuration and/or data files of python-msgpack from Debian Sid then this will work:
sudo apt-get purge python-msgpack
To delete configuration and/or data files of python-msgpack and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-msgpack