How to Install and Uninstall python3-docopt.noarch Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "python3-docopt.noarch" package

This guide let you learn how to install python3-docopt.noarch on CentOS Stream 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 CentOS Stream 9:

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

3. Information about the python3-docopt.noarch package on CentOS Stream 9

Last metadata expiration check: 2:03:20 ago on Sat Mar 16 16:03:45 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.