How to Install and Uninstall python3-docopt.noarch Package on Rocky Linux 8
Last updated: November 01,2024
1. Install "python3-docopt.noarch" package
Here is a brief guide to show you how to install python3-docopt.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-docopt.noarch
Copied
2. Uninstall "python3-docopt.noarch" package
This guide covers the steps necessary to uninstall python3-docopt.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-docopt.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-docopt.noarch package on Rocky Linux 8
Last metadata expiration check: 2:05:08 ago on Mon Sep 12 10:27:18 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.
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.