How to Install and Uninstall python3-argparse-manpage.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-argparse-manpage.noarch" package

In this section, we are going to explain the necessary steps to install python3-argparse-manpage.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-argparse-manpage.noarch

2. Uninstall "python3-argparse-manpage.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-argparse-manpage.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-argparse-manpage.noarch $ sudo dnf autoremove

3. Information about the python3-argparse-manpage.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:21 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-argparse-manpage
Version : 4.5
Release : 1.el9
Architecture : noarch
Size : 46 k
Source : argparse-manpage-4.5-1.el9.src.rpm
Repository : epel
Summary : Build manual page from Python 3 ArgumentParser object
URL : https://github.com/praiskup/argparse-manpage
License : Apache-2.0
Description :
: Generate manual page an automatic way from ArgumentParser object, so the
: manpage 1:1 corresponds to the automatically generated --help output. The
: manpage generator needs to known the location of the object, user can
: specify that by (a) the module name or corresponding python filename and
: (b) the object name or the function name which returns the object.
: There is a limited support for (deprecated) optparse objects, too.