How to Install and Uninstall python3-easyargs.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-easyargs.noarch" package

Please follow the steps below to install python3-easyargs.noarch on Fedora 35

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

2. Uninstall "python3-easyargs.noarch" package

Please follow the instructions below to uninstall python3-easyargs.noarch on Fedora 35:

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

3. Information about the python3-easyargs.noarch package on Fedora 35

Last metadata expiration check: 5:29:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-easyargs
Version : 0.9.4
Release : 16.fc35
Architecture : noarch
Size : 20 k
Source : python-easyargs-0.9.4-16.fc35.src.rpm
Repository : fedora
Summary : Making argument parsing easy
URL : https://github.com/stedmeister/easyargs
License : MIT
Description : A project designed to make command line argument parsing easy. There are many
: ways to create a command line parser in python: argparse, docopt, click. These
: are all great options, but require quite a lot of configuration and sometimes
: you just need a function to be called. Enter easyargs. Define the function
: that you want to be called, decorate it and let easyargs work out the command
: line.