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

Last updated: June 26,2024

1. Install "python36-pyflakes" package

Learn how to install python36-pyflakes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pyflakes

2. Uninstall "python36-pyflakes" package

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

$ sudo zypper remove python36-pyflakes

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

Information for package python36-pyflakes:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pyflakes
Version : 2.4.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 947,4 KiB
Installed : No
Status : not installed
Source package : python-pyflakes-2.4.0-1.1.src
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.