How to Install and Uninstall python3-argparse-manpage Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-argparse-manpage" package

This tutorial shows how to install python3-argparse-manpage on openSUSE Leap

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

2. Uninstall "python3-argparse-manpage" package

This guide let you learn how to uninstall python3-argparse-manpage on openSUSE Leap:

$ sudo zypper remove python3-argparse-manpage

3. Information about the python3-argparse-manpage package on openSUSE Leap

Information for package python3-argparse-manpage:
-------------------------------------------------
Repository : Main Repository
Name : python3-argparse-manpage
Version : 1.3-3.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 84.7 KiB
Installed : No
Status : not installed
Source package : python-argparse-manpage-1.3-3.3.2.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.