How to Install and Uninstall python3-argopt.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "python3-argopt.noarch" package

Here is a brief guide to show you how to install python3-argopt.noarch on Fedora 34

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

2. Uninstall "python3-argopt.noarch" package

Please follow the step by step instructions below to uninstall python3-argopt.noarch on Fedora 34:

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

3. Information about the python3-argopt.noarch package on Fedora 34

Last metadata expiration check: 1:43:22 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-argopt
Version : 0.4.0
Release : 10.fc34
Architecture : noarch
Size : 33 k
Source : python-argopt-0.4.0-10.fc34.src.rpm
Repository : fedora
Summary : Doc to argparse driven by docopt
URL : https://github.com/casperdcl/argopt
License : MPLv2.0
Description : Define your command line interface (CLI) from a docstring
: (rather than the other way around). Because it’s easy. It’s quick.
: Painless. Then focus on what’s actually important - using the arguments
: in the rest of your program.
:
: Python 3 version.