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

Last updated: April 27,2024

1. Install "python3-argh.noarch" package

This is a short guide on how to install python3-argh.noarch on Fedora 34

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

2. Uninstall "python3-argh.noarch" package

Please follow the step by step instructions below to uninstall python3-argh.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:35:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-argh
Version : 0.26.1
Release : 19.fc34
Architecture : noarch
Size : 57 k
Source : python-argh-0.26.1-19.fc34.src.rpm
Repository : fedora
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.