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

Last updated: July 04,2024

1. Install "python312-pyflakes" package

Please follow the guidance below to install python312-pyflakes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyflakes

2. Uninstall "python312-pyflakes" package

This tutorial shows how to uninstall python312-pyflakes on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyflakes

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

Information for package python312-pyflakes:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyflakes
Version : 3.2.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 893.2 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.