How to Install and Uninstall python311-pyflakes Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python311-pyflakes" package
Please follow the steps below to install python311-pyflakes on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-pyflakes
Copied
2. Uninstall "python311-pyflakes" package
Please follow the steps below to uninstall python311-pyflakes on openSuSE Tumbleweed:
$
sudo zypper remove
python311-pyflakes
Copied
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.
-------------------------------------------
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.