How to Install and Uninstall python3-argh.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-argh.noarch" package
Here is a brief guide to show you how to install python3-argh.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-argh.noarch
Copied
2. Uninstall "python3-argh.noarch" package
Here is a brief guide to show you how to uninstall python3-argh.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-argh.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-argh.noarch package on Rocky Linux 8
Last metadata expiration check: 1:17:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-argh
Version : 0.26.1
Release : 8.el8
Architecture : noarch
Size : 58 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 : 58 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.