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

Last updated: September 19,2024

1. Install "python310-docopt" package

This guide covers the steps necessary to install python310-docopt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-docopt

2. Uninstall "python310-docopt" package

In this section, we are going to explain the necessary steps to uninstall python310-docopt on openSuSE Tumbleweed:

$ sudo zypper remove python310-docopt

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

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