< Home - < Back

python-paste


Information about the package, python-paste, which is shipped with common Linux distributions. The python-paste package is designed for, Tools for using a Web Server Gateway Interface stack.


Package Name:

python-paste

Summary:

Tools for using a Web Server Gateway Interface stack

Description:

(MIT or ASL 2.0) These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.

Architecture:

noarch

Version:

1.7.4

Release:

2.el6

Size:

758 k

Repository:

base

From Repository:

Licence:

MIT and ZPLv2.0 and Python and Public Domain and (AFL or MIT) and



Handy Yum Commands for python-paste


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


Command

Description of Command

yum install python-paste

This command will install python-paste on the server.

yum remove python-paste

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

yum -y remove python-paste

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

yum update python-paste

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

yum -y update python-paste

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

yum info python-paste

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

yum deplist python-paste

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

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