How to Install and Uninstall python3-argh.noarch Package on Oracle Linux 8

Last updated: May 21,2024

1. Install "python3-argh.noarch" package

In this section, we are going to explain the necessary steps to install python3-argh.noarch on Oracle Linux 8

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

2. Uninstall "python3-argh.noarch" package

Here is a brief guide to show you how to uninstall python3-argh.noarch on Oracle Linux 8:

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

3. Information about the python3-argh.noarch package on Oracle Linux 8

Last metadata expiration check: 5:16:56 ago on Mon Sep 12 02:51:38 2022.
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 : ol8_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.