How to Install and Uninstall python3-docopt.noarch Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "python3-docopt.noarch" package

Please follow the steps below to install python3-docopt.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-docopt.noarch

2. Uninstall "python3-docopt.noarch" package

Please follow the guidelines below to uninstall python3-docopt.noarch on Oracle Linux 8:

$ sudo dnf remove python3-docopt.noarch $ sudo dnf autoremove

3. Information about the python3-docopt.noarch package on Oracle Linux 8

Last metadata expiration check: 1:57:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-docopt
Version : 0.6.2
Release : 15.el8
Architecture : noarch
Size : 33 k
Source : python-docopt-0.6.2-15.el8.src.rpm
Repository : epel
Summary : Pythonic argument parser, that will make you smile
URL : https://github.com/docopt/docopt
License : MIT
Description : 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 thisstupid repeatable parser-code,
: and instead can write only the help message--*the way you want it*.
:
: Python 3 version.