How to Install and Uninstall python3-argh.noarch Package on CentOS Stream 8
Last updated: January 19,2025
1. Install "python3-argh.noarch" package
Please follow the guidelines below to install python3-argh.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-argh.noarch
Copied
2. Uninstall "python3-argh.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-argh.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-argh.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-argh.noarch package on CentOS Stream 8
Last metadata expiration check: 4:37:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-argh
Version : 0.26.1
Release : 8.el8
Architecture : noarch
Size : 59 k
Source : python-argh-0.26.1-8.el8.src.rpm
Repository : appstream
Summary : Unobtrusive argparse wrapper with natural syntax
URL : https://pypi.python.org/pypi/argh
License : LGPLv3+
Description :
: Building a command-line interface? Found yourself uttering “argh!”
: while struggling with the API of argparse? Don’t want to lose its
: power but don’t need the complexity?
:
: python-argh provides a wrapper for argparse. Argparse is a very powerful
: tool; python-argh just makes it easy to use.
Available Packages
Name : python3-argh
Version : 0.26.1
Release : 8.el8
Architecture : noarch
Size : 59 k
Source : python-argh-0.26.1-8.el8.src.rpm
Repository : appstream
Summary : Unobtrusive argparse wrapper with natural syntax
URL : https://pypi.python.org/pypi/argh
License : LGPLv3+
Description :
: Building a command-line interface? Found yourself uttering “argh!”
: while struggling with the API of argparse? Don’t want to lose its
: power but don’t need the complexity?
:
: python-argh provides a wrapper for argparse. Argparse is a very powerful
: tool; python-argh just makes it easy to use.