How to Install and Uninstall python-argh.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python-argh.src" package

This guide covers the steps necessary to install python-argh.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-argh.src

2. Uninstall "python-argh.src" package

Please follow the guidelines below to uninstall python-argh.src on Oracle Linux 8:

$ sudo dnf remove python-argh.src $ sudo dnf autoremove

3. Information about the python-argh.src package on Oracle Linux 8

Last metadata expiration check: 0:13:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-argh
Version : 0.26.1
Release : 8.el8
Architecture : src
Size : 57 k
Source : None
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.