How to Install and Uninstall python3-docopt.noarch Package on Rocky Linux 9

Last updated: July 01,2024

1. Install "python3-docopt.noarch" package

This guide covers the steps necessary to install python3-docopt.noarch on Rocky Linux 9

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

2. Uninstall "python3-docopt.noarch" package

Here is a brief guide to show you how to uninstall python3-docopt.noarch on Rocky Linux 9:

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

3. Information about the python3-docopt.noarch package on Rocky Linux 9

Last metadata expiration check: 2:30:58 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-docopt
Version : 0.6.2
Release : 21.el9
Architecture : noarch
Size : 30 k
Source : python-docopt-0.6.2-21.el9.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.