< Home - < Back

python-msgpack


Information about the package, python-msgpack, which is shipped with common Linux distributions. The python-msgpack package is designed for, A Python MessagePack (de)serializer.


Package Name:

python-msgpack

Summary:

A Python MessagePack (de)serializer

Description:

MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small. This is a Python (de)serializer for MessagePack.

Architecture:

x86_64

Version:

0.4.6

Release:

1.el6

Size:

69 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for python-msgpack


Control the python-msgpack package with the following handy commands outlined below.


Command

Description of Command

yum install python-msgpack

This command will install python-msgpack on the server.

yum remove python-msgpack

This command will un-install python-msgpack on the server. When you run this command, you will be asked if you are sure that you want to remove python-msgpack, so you have to manually confirm that you want to do this.

yum -y remove python-msgpack

This command will un-install python-msgpack on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-msgpack when using the -y flag.

yum update python-msgpack

This command will update python-msgpack to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-msgpack, so you have to manually confirm that you want to do this.

yum -y update python-msgpack

This command will update python-msgpack to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-msgpack when using the -y flag.

yum info python-msgpack

This command will show you core information about the python-msgpack package.

yum deplist python-msgpack

This command will show you the dependencies for python-msgpack. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-msgpack

This command will check if there is an update waiting on python-msgpack. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.