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

Last updated: November 28,2024

1. Install "python3-plumbum.noarch" package

This guide let you learn how to install python3-plumbum.noarch on Fedora 38

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

2. Uninstall "python3-plumbum.noarch" package

Please follow the instructions below to uninstall python3-plumbum.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:47:22 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-plumbum
Version : 1.7.2
Release : 4.fc38
Architecture : noarch
Size : 275 k
Source : python-plumbum-1.7.2-4.fc38.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.