< Home - < Back

python-plumbum


Information about the package, python-plumbum, which is shipped with common Linux distributions. The python-plumbum package is designed for, Shell combinators library.


Package Name:

python-plumbum

Summary:

Shell combinators library

Description:

Ever wished the wrist-handiness of shell scripts be put into a real programming language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead, which was used to create pipes back in the day) is a small yet feature-rich library for shell script-like programs in Python. The motto of the library is "Never write shell scripts again", and thus it attempts to mimic the shell syntax ("shell combinators") where it makes sense, while keeping it all pythonic and cross-platform.

Architecture:

noarch

Version:

1.1.0

Release:

4.el6

Size:

75 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python-plumbum


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


Command

Description of Command

yum install python-plumbum

This command will install python-plumbum on the server.

yum remove python-plumbum

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

yum -y remove python-plumbum

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

yum update python-plumbum

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

yum -y update python-plumbum

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

yum info python-plumbum

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

yum deplist python-plumbum

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

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