How to Install and Uninstall python311-pyflakes Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python311-pyflakes" package

Please follow the steps below to install python311-pyflakes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyflakes

2. Uninstall "python311-pyflakes" package

Please follow the steps below to uninstall python311-pyflakes on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyflakes

3. Information about the python311-pyflakes package on openSuSE Tumbleweed

Information for package python311-pyflakes:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyflakes
Version : 3.2.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 955.7 KiB
Installed : No
Status : not installed
Source package : python-pyflakes-3.2.0-1.4.src
Upstream URL : https://github.com/PyCQA/pyflakes
Summary : Passive checker of Python programs
Description :
Pyflakes is program to analyze Python programs and detect various errors. It
works by parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.