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

Last updated: July 02,2024

1. Install "python311-docopt" package

In this section, we are going to explain the necessary steps to install python311-docopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-docopt

2. Uninstall "python311-docopt" package

Please follow the guidance below to uninstall python311-docopt on openSuSE Tumbleweed:

$ sudo zypper remove python311-docopt

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

Information for package python311-docopt:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-docopt
Version : 0.6.2-9.4
Arch : noarch
Vendor : openSUSE
Installed Size : 144.5 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.