How to Install and Uninstall python3-flake8-quotes.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

Please follow the steps below to install python3-flake8-quotes.noarch on AlmaLinux 9

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

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

This guide covers the steps necessary to uninstall python3-flake8-quotes.noarch on AlmaLinux 9:

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

3. Information about the python3-flake8-quotes.noarch package on AlmaLinux 9

Last metadata expiration check: 1:38:41 ago on Wed Mar 13 07:41:12 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