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

Last updated: May 18,2024

1. Install "python38-flake8" package

Please follow the step by step instructions below to install python38-flake8 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-flake8

2. Uninstall "python38-flake8" package

Please follow the step by step instructions below to uninstall python38-flake8 on openSuSE Tumbleweed:

$ sudo zypper remove python38-flake8

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

Information for package python38-flake8:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-flake8
Version : 4.0.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 520,3 KiB
Installed : No
Status : not installed
Source package : python-flake8-4.0.1-2.1.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.