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

Last updated: September 28,2024

1. Install "python38-pyflakes" package

Learn how to install python38-pyflakes on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pyflakes

2. Uninstall "python38-pyflakes" package

This guide covers the steps necessary to uninstall python38-pyflakes on openSuSE Tumbleweed:

$ sudo zypper remove python38-pyflakes

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

Information for package python38-pyflakes:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyflakes
Version : 2.4.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 940,1 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.