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

Last updated: November 08,2024

1. Install "python38-argparse-manpage" package

This tutorial shows how to install python38-argparse-manpage on openSuSE Tumbleweed

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

2. Uninstall "python38-argparse-manpage" package

Here is a brief guide to show you how to uninstall python38-argparse-manpage on openSuSE Tumbleweed:

$ sudo zypper remove python38-argparse-manpage

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

Information for package python38-argparse-manpage:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-argparse-manpage
Version : 1.5-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 85,3 KiB
Installed : No
Status : not installed
Source package : python-argparse-manpage-1.5-1.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.