How to Install and Uninstall python39-argparse-manpage Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-argparse-manpage" package

Please follow the guidelines below to install python39-argparse-manpage on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-argparse-manpage

2. Uninstall "python39-argparse-manpage" package

In this section, we are going to explain the necessary steps to uninstall python39-argparse-manpage on openSuSE Tumbleweed:

$ sudo zypper remove python39-argparse-manpage

3. Information about the python39-argparse-manpage package on openSuSE Tumbleweed

Information for package python39-argparse-manpage:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-argparse-manpage
Version : 4.5-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 129.2 KiB
Installed : No
Status : not installed
Source package : python-argparse-manpage-4.5-1.4.src
Upstream URL : https://github.com/praiskup/argparse-manpage
Summary : Tool for automatic manual page building from a Python ArgumentParser object
Description :
This utility generates a manual page in an automatic way from an
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's a limited
support for (deprecated) optparse objects, too.