How To Install python3-bashate on Fedora 36

In this tutorial we learn how to install python3-bashate in Fedora 36. python3-bashate is A pep8 equivalent for bash scripts

Introduction

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

What is python3-bashate

It is a pep8 equivalent for bash scripts. This program attempts to be an automated style checker for bash scripts to fill the same part of code review that pep8 does in most OpenStack projects. It started from humble beginnings in the DevStack project, and will continue to evolve over time.

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

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

sudo dnf -y install python3-bashate

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

sudo yum -y install python3-bashate

How To Uninstall python3-bashate on Fedora 36

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

sudo dnf remove python3-bashate

python3-bashate Package Contents on Fedora 36

/usr/bin/bashate
/usr/lib/python3.10/site-packages/bashate
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/bashate-2.1.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/bashate/__init__.py
/usr/lib/python3.10/site-packages/bashate/__main__.py
/usr/lib/python3.10/site-packages/bashate/__pycache__
/usr/lib/python3.10/site-packages/bashate/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/bashate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/bashate.cpython-310.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/messages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bashate/__pycache__/messages.cpython-310.pyc
/usr/lib/python3.10/site-packages/bashate/bashate.py
/usr/lib/python3.10/site-packages/bashate/messages.py
/usr/share/doc/python3-bashate
/usr/share/doc/python3-bashate/README.rst
/usr/share/licenses/python3-bashate
/usr/share/licenses/python3-bashate/LICENSE

References

Summary

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