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

Last updated: July 04,2024

1. Install "python38-pycodestyle" package

Learn how to install python38-pycodestyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pycodestyle

2. Uninstall "python38-pycodestyle" package

Please follow the guidelines below to uninstall python38-pycodestyle on openSuSE Tumbleweed:

$ sudo zypper remove python38-pycodestyle

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

Information for package python38-pycodestyle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pycodestyle
Version : 2.8.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 282,7 KiB
Installed : No
Status : not installed
Source package : python-pycodestyle-2.8.0-1.1.src
Summary : Python style guide checker
Description :
pycodestyle is a tool to check your Python code against some of the style
conventions in `PEP 8`.
This package used to be called ``pep8`` but was renamed to ``pycodestyle``
to reduce confusion.