How To Install python3-aaargh on Fedora 36
Introduction
In this tutorial we learn how to install python3-aaargh
on Fedora 36.
What is python3-aaargh
Aaargh is a Python module that makes building friendly command line applications really easy. Applications built with Aaargh provide a single executable with a subcommand for each exposed Python function. Each subcommand may have its own command line arguments. This is similar to the way version control systems provide multiple commands using a single entry point. Python 3 version.
We can use yum
or dnf
to install python3-aaargh
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-aaargh.
Install python3-aaargh on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-aaargh
using dnf
by running the following command:
sudo dnf -y install python3-aaargh
Install python3-aaargh on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-aaargh
using yum
by running the following command:
sudo yum -y install python3-aaargh
How To Uninstall python3-aaargh on Fedora 36
To uninstall only the python3-aaargh
package we can use the following command:
sudo dnf remove python3-aaargh
python3-aaargh Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/aaargh
/usr/lib/python3.10/site-packages/aaargh-0.7.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/aaargh-0.7.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/aaargh-0.7.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/aaargh-0.7.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/aaargh-0.7.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/aaargh/__init__.py
/usr/lib/python3.10/site-packages/aaargh/__pycache__
/usr/lib/python3.10/site-packages/aaargh/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aaargh/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/aaargh/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/aaargh/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/aaargh/app.py
/usr/share/doc/python3-aaargh
/usr/share/doc/python3-aaargh/README.rst
/usr/share/licenses/python3-aaargh
/usr/share/licenses/python3-aaargh/LICENSE.rst
References
Summary
In this tutorial we learn how to install python3-aaargh
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).