How to Install and Uninstall python3-bashate.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "python3-bashate.noarch" package

Here is a brief guide to show you how to install python3-bashate.noarch on Fedora 36

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

2. Uninstall "python3-bashate.noarch" package

Please follow the guidelines below to uninstall python3-bashate.noarch on Fedora 36:

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

3. Information about the python3-bashate.noarch package on Fedora 36

Last metadata expiration check: 3:50:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-bashate
Version : 2.1.0
Release : 3.fc36
Architecture : noarch
Size : 29 k
Source : python-bashate-2.1.0-3.fc36.src.rpm
Repository : fedora
Summary : A pep8 equivalent for bash scripts
URL : https://pypi.org/project/bashate/
License : ASL 2.0
Description : 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.