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

Last updated: November 28,2024

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

Please follow the guidelines below to install emacs-flycheck-pycheckers.noarch on Fedora 39

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

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

This is a short guide on how to uninstall emacs-flycheck-pycheckers.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:13:15 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : emacs-flycheck-pycheckers
Version : 0.16
Release : 1.fc39
Architecture : noarch
Size : 39 k
Source : emacs-flycheck-pycheckers-0.16-1.fc39.src.rpm
Repository : fedora
Summary : Multiple syntax checker for Python in Emacs, using Flycheck
URL : https://github.com/msherry/flycheck-pycheckers/
License : GPL-3.0-or-later
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.