How to Install and Uninstall emacs-flycheck-pycheckers.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "emacs-flycheck-pycheckers.noarch" package

Learn how to install emacs-flycheck-pycheckers.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install emacs-flycheck-pycheckers.noarch

2. Uninstall "emacs-flycheck-pycheckers.noarch" package

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

$ sudo dnf remove emacs-flycheck-pycheckers.noarch $ sudo dnf autoremove

3. Information about the emacs-flycheck-pycheckers.noarch package on Fedora 34

Last metadata expiration check: 4:02:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : emacs-flycheck-pycheckers
Version : 0.15
Release : 2.fc34
Architecture : noarch
Size : 38 k
Source : emacs-flycheck-pycheckers-0.15-2.fc34.src.rpm
Repository : fedora
Summary : Multiple syntax checker for Python in Emacs, using Flycheck
URL : https://github.com/msherry/flycheck-pycheckers/
License : GPLv3+
Description : This package provides a way to run multiple syntax checkers on Python code, in
: parallel. The list of supported checkers includes:
: * pylint
: * flake8
: * pep8
: * pyflakes
: * mypy
: * bandit
: This is an alternative way of running multiple Python syntax checkers in
: Flycheck that doesn't depend on Flycheck's chaining mechanism.
:
: Flycheck is opinionated about what checkers should be run, and chaining is
: difficult to get right. This package assumes that the user knows what they want,
: and can configure their checkers accordingly — if they want to run both flake8
: and pylint, that's fine.
:
: This also allows us to run multiple syntax checkers in parallel, rather than
: sequentially.