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

Last updated: May 17,2024

1. Install "python3-plumbum" package

This guide let you learn how to install python3-plumbum on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-plumbum

2. Uninstall "python3-plumbum" package

Please follow the guidance below to uninstall python3-plumbum on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-plumbum
Priority: optional
Section: universe/python
Installed-Size: 325
Maintainer: Ubuntu Developers
Original-Maintainer: Philipp Huebner
Architecture: all
Source: python-plumbum
Version: 1.6.0-1
Filename: pool/universe/p/python-plumbum/python3-plumbum_1.6.0-1_all.deb
Size: 65088
MD5sum: e0ef5feda778ab7a08af9b8e32a1a764
SHA1: 20dc15e05102ce408724592b7ed9c6c5348f39d0
SHA256: 0539ff41ea963c400c1ed7a63e55084046316cbdae9442d3176f8517b0441c1c
Description-en: library for writing shell script-like programs in Python 3
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 3 version.
Description-md5: d33f2dcaea6a0fd0c555b4b7b7ac5697
Homepage: http://plumbum.readthedocs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu