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

Last updated: October 11,2024

1. Install "python3-plumbum.noarch" package

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

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

2. Uninstall "python3-plumbum.noarch" package

This guide let you learn how to uninstall python3-plumbum.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:59:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-plumbum
Version : 1.7.0
Release : 4.fc36
Architecture : noarch
Size : 194 k
Source : python-plumbum-1.7.0-4.fc36.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.