< Home - < Back

python-pika


Information about the package, python-pika, which is shipped with common Linux distributions. The python-pika package is designed for, AMQP 0-9-1 client library for Python.


Package Name:

python-pika

Summary:

AMQP 0-9-1 client library for Python

Description:

Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that tries to stay fairly independent of the underlying network support library.

Architecture:

noarch

Version:

0.9.5

Release:

2.el6

Size:

108 k

Repository:

epel

From Repository:

Licence:

MPLv1.1 or GPLv2



Handy Yum Commands for python-pika


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


Command

Description of Command

yum install python-pika

This command will install python-pika on the server.

yum remove python-pika

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

yum -y remove python-pika

This command will un-install python-pika 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-pika when using the -y flag.

yum update python-pika

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

yum -y update python-pika

This command will update python-pika 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-pika when using the -y flag.

yum info python-pika

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

yum deplist python-pika

This command will show you the dependencies for python-pika. 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-pika

This command will check if there is an update waiting on python-pika. 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.