How to Install and Uninstall python3-flake8-quotes.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-flake8-quotes.noarch" package

Please follow the instructions below to install python3-flake8-quotes.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-flake8-quotes.noarch

2. Uninstall "python3-flake8-quotes.noarch" package

Please follow the instructions below to uninstall python3-flake8-quotes.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-flake8-quotes.noarch $ sudo dnf autoremove

3. Information about the python3-flake8-quotes.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:04:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-flake8-quotes
Version : 3.3.1
Release : 2.el9
Architecture : noarch
Size : 20 k
Source : python-flake8-quotes-3.3.1-2.el9.src.rpm
Repository : epel
Summary : Flake8 extension for checking quotes in python
URL : https://github.com/zheller/flake8-quotes
License : MIT
Description : This package adds flake8 warnings with the prefix Q0:
:
: - Q000: Remove bad quotes
: - Q001: Remove bad quotes from multiline string
: - Q002: Remove bad quotes from docstring
: - Q003: Change outer quotes to avoid escaping inner quotes