How to Install and Uninstall python39-docopt Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python39-docopt" package

Please follow the steps below to install python39-docopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-docopt

2. Uninstall "python39-docopt" package

This guide covers the steps necessary to uninstall python39-docopt on openSuSE Tumbleweed:

$ sudo zypper remove python39-docopt

3. Information about the python39-docopt package on openSuSE Tumbleweed

Information for package python39-docopt:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-docopt
Version : 0.6.2-9.4
Arch : noarch
Vendor : openSUSE
Installed Size : 111.4 KiB
Installed : No
Status : not installed
Source package : python-docopt-0.6.2-9.4.src
Upstream URL : http://docopt.org
Summary : Pythonic argument parser
Description :
docopt creates command-line interfaces.
This way one does not need to write repeatable parser-code,
and instead can write only the help message.