< Home - < Back

python-twisted


Information about the package, python-twisted, which is shipped with common Linux distributions. The python-twisted package is designed for, Event-based framework for internet applications.


Package Name:

python-twisted

Summary:

Event-based framework for internet applications

Description:

Twisted is an event-based framework for internet applications. It includes a web server, a telnet server, a chat server, a news server, a generic client and server for remote object access, and APIs for creating new protocols and services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event loop with its main event loop. The Win32 event loop is also supported, as is basic support for running servers on top of Jython. Installing this package brings all Twisted sub-packages into your system.

Architecture:

noarch

Version:

8.2.0

Release:

3.1.el6

Size:

6.4 k

Repository:

base

From Repository:

Licence:

MIT



Handy Yum Commands for python-twisted


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


Command

Description of Command

yum install python-twisted

This command will install python-twisted on the server.

yum remove python-twisted

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

yum -y remove python-twisted

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

yum update python-twisted

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

yum -y update python-twisted

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

yum info python-twisted

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

yum deplist python-twisted

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

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