How to Install and Uninstall python3-pyflakes Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-pyflakes" package

Please follow the steps below to install python3-pyflakes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyflakes

2. Uninstall "python3-pyflakes" package

This tutorial shows how to uninstall python3-pyflakes on openSUSE Leap:

$ sudo zypper remove python3-pyflakes

3. Information about the python3-pyflakes package on openSUSE Leap

Information for package python3-pyflakes:
-----------------------------------------
Repository : Main Repository
Name : python3-pyflakes
Version : 2.1.1-150000.3.2.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 801.6 KiB
Installed : No
Status : not installed
Source package : python-pyflakes-2.1.1-150000.3.2.2.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.