< Home - < Back

python-application


Information about the package, python-application, which is shipped with common Linux distributions. The python-application package is designed for, Basic building blocks for python applications.


Package Name:

python-application

Summary:

Basic building blocks for python applications

Description:

This package is a collection of modules that are useful when building python applications. Their purpose is to eliminate the need to divert resources into implementing the small tasks that every application needs to do in order to run successfully and focus instead on the application logic itself.

Architecture:

noarch

Version:

1.4.1

Release:

1.el6

Size:

81 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for python-application


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


Command

Description of Command

yum install python-application

This command will install python-application on the server.

yum remove python-application

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

yum -y remove python-application

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

yum update python-application

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

yum -y update python-application

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

yum info python-application

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

yum deplist python-application

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

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