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

Last updated: July 05,2024

1. Install "python310-pycodestyle" package

This guide covers the steps necessary to install python310-pycodestyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pycodestyle

2. Uninstall "python310-pycodestyle" package

This guide covers the steps necessary to uninstall python310-pycodestyle on openSuSE Tumbleweed:

$ sudo zypper remove python310-pycodestyle

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

Information for package python310-pycodestyle:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.