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

Last updated: May 14,2024

1. Install "python2-argparse-manpage" package

This guide let you learn how to install python2-argparse-manpage on openSUSE Leap

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

2. Uninstall "python2-argparse-manpage" package

This guide covers the steps necessary to uninstall python2-argparse-manpage on openSUSE Leap:

$ sudo zypper remove python2-argparse-manpage

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

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