How to Install and Uninstall python3-plumbum.noarch Package on Fedora 35

Last updated: September 19,2024

1. Install "python3-plumbum.noarch" package

Please follow the instructions below to install python3-plumbum.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-plumbum.noarch

2. Uninstall "python3-plumbum.noarch" package

Here is a brief guide to show you how to uninstall python3-plumbum.noarch on Fedora 35:

$ sudo dnf remove python3-plumbum.noarch $ sudo dnf autoremove

3. Information about the python3-plumbum.noarch package on Fedora 35

Last metadata expiration check: 0:38:50 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-plumbum
Version : 1.7.0
Release : 3.fc35
Architecture : noarch
Size : 194 k
Source : python-plumbum-1.7.0-3.fc35.src.rpm
Repository : fedora
Summary : Shell combinators library
URL : https://github.com/tomerfiliba/plumbum
License : MIT
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.