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

Last updated: May 19,2024

1. Install "python38-docopt" package

This guide let you learn how to install python38-docopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-docopt

2. Uninstall "python38-docopt" package

This guide let you learn how to uninstall python38-docopt on openSuSE Tumbleweed:

$ sudo zypper remove python38-docopt

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

Information for package python38-docopt:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-docopt
Version : 0.6.2-7.12
Arch : noarch
Vendor : openSUSE
Installed Size : 111,9 KiB
Installed : No
Status : not installed
Source package : python-docopt-0.6.2-7.12.src
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.