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

Last updated: May 15,2024

1. Install "python39-pycodestyle" package

This guide let you learn how to install python39-pycodestyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pycodestyle

2. Uninstall "python39-pycodestyle" package

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

$ sudo zypper remove python39-pycodestyle

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

Information for package python39-pycodestyle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pycodestyle
Version : 2.11.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 241.8 KiB
Installed : No
Status : not installed
Source package : python-pycodestyle-2.11.1-1.4.src
Upstream URL : https://pycodestyle.readthedocs.io/
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.