How to Install and Uninstall argparse-manpage.noarch Package on Fedora 36

Last updated: June 26,2024

1. Install "argparse-manpage.noarch" package

Please follow the guidelines below to install argparse-manpage.noarch on Fedora 36

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

2. Uninstall "argparse-manpage.noarch" package

This guide let you learn how to uninstall argparse-manpage.noarch on Fedora 36:

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

3. Information about the argparse-manpage.noarch package on Fedora 36

Last metadata expiration check: 0:34:40 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : argparse-manpage
Version : 3
Release : 1.fc36
Architecture : noarch
Size : 15 k
Source : argparse-manpage-3-1.fc36.src.rpm
Repository : updates
Summary : Build manual page from Python ArgumentParser object
URL : https://github.com/praiskup/argparse-manpage
License : ASL 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.