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

Last updated: September 27,2024

1. Install "python310-pyflakes" package

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

$ sudo zypper refresh $ sudo zypper install python310-pyflakes

2. Uninstall "python310-pyflakes" package

Please follow the guidance below to uninstall python310-pyflakes on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyflakes

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

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