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

Last updated: July 04,2024

1. Install "python39-pyflakes" package

Please follow the instructions below to install python39-pyflakes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pyflakes

2. Uninstall "python39-pyflakes" package

Please follow the instructions below to uninstall python39-pyflakes on openSuSE Tumbleweed:

$ sudo zypper remove python39-pyflakes

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

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