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

Last updated: January 11,2025

1. Install "python3-argopt.noarch" package

Please follow the instructions below to install python3-argopt.noarch on Fedora 38

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

2. Uninstall "python3-argopt.noarch" package

This tutorial shows how to uninstall python3-argopt.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:28:50 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-argopt
Version : 0.7.1
Release : 2.fc38
Architecture : noarch
Size : 47 k
Source : python-argopt-0.7.1-2.fc38.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.