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

Last updated: July 03,2024

1. Install "python36-docopt" package

Please follow the instructions below to install python36-docopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-docopt

2. Uninstall "python36-docopt" package

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

$ sudo zypper remove python36-docopt

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

Information for package python36-docopt:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-docopt
Version : 0.6.2-7.12
Arch : noarch
Vendor : openSUSE
Installed Size : 111,8 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.