How to Install and Uninstall python3-docopt Package on openSUSE Leap

Last updated: September 20,2024

1. Install "python3-docopt" package

This guide covers the steps necessary to install python3-docopt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-docopt

2. Uninstall "python3-docopt" package

Please follow the step by step instructions below to uninstall python3-docopt on openSUSE Leap:

$ sudo zypper remove python3-docopt

3. Information about the python3-docopt package on openSUSE Leap

Information for package python3-docopt:
---------------------------------------
Repository : Main Repository
Name : python3-docopt
Version : 0.6.2-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 115.4 KiB
Installed : No
Status : not installed
Source package : python-docopt-0.6.2-1.24.src
Upstream URL : http://docopt.org
Summary : Pythonic argument parser, that will make you smile
Description :
docopt creates beautiful command-line interfaces.
Isn't it awesome how optparse and argparse generate help
messages based on your code?!
Hell no! You know what's awesome? It's when the option parser is
generated based on the beautiful help message that you write yourself!
This way you don't need to write this stupid repeatable parser-code,
and instead can write only the help message--the way you want it.
docopt helps you create most beautiful command-line interfaces
easily.