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

Last updated: July 01,2024

1. Install "python2-flake8" package

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

$ sudo zypper refresh $ sudo zypper install python2-flake8

2. Uninstall "python2-flake8" package

Please follow the steps below to uninstall python2-flake8 on openSUSE Leap:

$ sudo zypper remove python2-flake8

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

Information for package python2-flake8:
---------------------------------------
Repository : Main Repository
Name : python2-flake8
Version : 3.7.7-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 421,1 KiB
Installed : No
Status : not installed
Source package : python-flake8-3.7.7-bp153.1.21.src
Summary : Modular source code checker: pep8, pyflakes and co
Description :
Flake8 is a modular extensible source code checker including wrappers
around these tools:
- PyFlakes
- pep8
- Ned Batchelder's McCabe script
Flake8 runs all the tools by launching the single ``flake8`` script.