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

Last updated: October 11,2024

1. Install "python3-bashate.noarch" package

In this section, we are going to explain the necessary steps to install python3-bashate.noarch on Fedora 34

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

2. Uninstall "python3-bashate.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-bashate.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:48:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-bashate
Version : 2.0.0
Release : 3.fc34
Architecture : noarch
Size : 30 k
Source : python-bashate-2.0.0-3.fc34.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.