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

Last updated: November 08,2024

1. Install "python2-pyflakes" package

Here is a brief guide to show you how to install python2-pyflakes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyflakes

2. Uninstall "python2-pyflakes" package

This guide covers the steps necessary to uninstall python2-pyflakes on openSUSE Leap:

$ sudo zypper remove python2-pyflakes

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

Information for package python2-pyflakes:
-----------------------------------------
Repository : Main Repository
Name : python2-pyflakes
Version : 2.1.1-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 719,3 KiB
Installed : No
Status : not installed
Source package : python-pyflakes-2.1.1-bp153.1.20.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.