< Home - < Back

django-kombu


Information about the package, django-kombu, which is shipped with common Linux distributions. The django-kombu package is designed for, Kombu transport using the Django database as a message store.


Package Name:

django-kombu

Summary:

Kombu transport using the Django database as a message store

Description:

Django application that enables you to use the Django database as the message store for Kombu. Kombu is an AMQP messaging framework for Python. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security.

Architecture:

noarch

Version:

0.9.2

Release:

1.el6

Size:

16 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for django-kombu


Control the django-kombu package with the following handy commands outlined below.


Command

Description of Command

yum install django-kombu

This command will install django-kombu on the server.

yum remove django-kombu

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

yum -y remove django-kombu

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

yum update django-kombu

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

yum -y update django-kombu

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

yum info django-kombu

This command will show you core information about the django-kombu package.

yum deplist django-kombu

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

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