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

Last updated: October 05,2024

1. Install "python3-plumbum.noarch" package

This tutorial shows how to install python3-plumbum.noarch on Fedora 34

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

2. Uninstall "python3-plumbum.noarch" package

Please follow the guidelines below to uninstall python3-plumbum.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:19:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-plumbum
Version : 1.6.9
Release : 4.fc34
Architecture : noarch
Size : 192 k
Source : python-plumbum-1.6.9-4.fc34.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.