How To Install python3-gearbox on Fedora 36

In this tutorial we learn how to install python3-gearbox in Fedora 36. python3-gearbox is Command line toolkit born as a PasteScript replacement for TurboGears2

Introduction

In this tutorial we learn how to install python3-gearbox on Fedora 36.

What is python3-gearbox

gearbox is a paster command replacement for TurboGears2. It has been created during the process of providing Python3 support to the TurboGears2 web framework, while still being backward compatible with the existing TurboGears projects.

We can use yum or dnf to install python3-gearbox on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-gearbox.

Install python3-gearbox 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-gearbox using dnf by running the following command:

sudo dnf -y install python3-gearbox

Install python3-gearbox 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-gearbox using yum by running the following command:

sudo yum -y install python3-gearbox

How To Uninstall python3-gearbox on Fedora 36

To uninstall only the python3-gearbox package we can use the following command:

sudo dnf remove python3-gearbox

python3-gearbox Package Contents on Fedora 36

/usr/bin/gearbox
/usr/lib/python3.10/site-packages/gearbox
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/gearbox-0.2.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/gearbox/__init__.py
/usr/lib/python3.10/site-packages/gearbox/__pycache__
/usr/lib/python3.10/site-packages/gearbox/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/commandmanager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/commandmanager.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/template.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/__pycache__/template.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/command.py
/usr/lib/python3.10/site-packages/gearbox/commandmanager.py
/usr/lib/python3.10/site-packages/gearbox/commands
/usr/lib/python3.10/site-packages/gearbox/commands/__init__.py
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/patch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/patch.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/scaffold.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/scaffold.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/serve.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/serve.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/setup_app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/__pycache__/setup_app.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/__init__.py
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/__pycache__
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/command.py
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/+package+
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/+package+/__init__.py
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/+package+/__pycache__
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/+package+/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/+package+/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/MANIFEST.in_tmpl
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/README.rst_tmpl
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/setup.cfg_tmpl
/usr/lib/python3.10/site-packages/gearbox/commands/basic_package/template/setup.py_tmpl
/usr/lib/python3.10/site-packages/gearbox/commands/help.py
/usr/lib/python3.10/site-packages/gearbox/commands/patch.py
/usr/lib/python3.10/site-packages/gearbox/commands/scaffold.py
/usr/lib/python3.10/site-packages/gearbox/commands/serve.py
/usr/lib/python3.10/site-packages/gearbox/commands/setup_app.py
/usr/lib/python3.10/site-packages/gearbox/main.py
/usr/lib/python3.10/site-packages/gearbox/template.py
/usr/lib/python3.10/site-packages/gearbox/utils
/usr/lib/python3.10/site-packages/gearbox/utils/__init__.py
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/copydir.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/copydir.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/log.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/plugins.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/__pycache__/plugins.cpython-310.pyc
/usr/lib/python3.10/site-packages/gearbox/utils/copydir.py
/usr/lib/python3.10/site-packages/gearbox/utils/log.py
/usr/lib/python3.10/site-packages/gearbox/utils/plugins.py
/usr/share/doc/python3-gearbox
/usr/share/doc/python3-gearbox/README.rst

References

Summary

In this tutorial we learn how to install python3-gearbox on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).