How to Install and Uninstall python-plumbum Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-plumbum" package

This tutorial shows how to install python-plumbum on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-plumbum

2. Uninstall "python-plumbum" package

Please follow the step by step instructions below to uninstall python-plumbum on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-plumbum $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-plumbum package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-plumbum
Priority: optional
Section: universe/python
Installed-Size: 328
Maintainer: Ubuntu Developers
Original-Maintainer: Philipp Huebner
Architecture: all
Version: 1.6.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-plumbum/python-plumbum_1.6.0-1_all.deb
Size: 67482
MD5sum: 927cf10c8cfb4c0b20d8e3e70ac7bb1c
SHA1: 1328562ef0a231ea305b739c195a0d0d0c25e36f
SHA256: a3e6525eaad208418098915d3f8da9372c98ebd21e5d1e6c127c29676edf9ddd
Description-en: library for writing shell script-like programs in Python 2
python-plumbum provides shell-like syntax and handy shortcuts for writing shell
script one-liners in Python using shell combinators. It supports local and
remote command execution (over SSH), local and remote file-system paths,
easy working-directory and environment manipulation and a programmatic
Command-Line Interface (CLI) application toolkit.
.
This is the Python 2 version.
Description-md5: 70a20cdd27be9ce24bab3901194a0283
Homepage: http://plumbum.readthedocs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu