How to Install and Uninstall python3-pycodestyle Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python3-pycodestyle" package

In this section, we are going to explain the necessary steps to install python3-pycodestyle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pycodestyle

2. Uninstall "python3-pycodestyle" package

Here is a brief guide to show you how to uninstall python3-pycodestyle on openSUSE Leap:

$ sudo zypper remove python3-pycodestyle

3. Information about the python3-pycodestyle package on openSUSE Leap

Information for package python3-pycodestyle:
--------------------------------------------
Repository : Main Repository
Name : python3-pycodestyle
Version : 2.5.0-150000.3.2.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 279.2 KiB
Installed : No
Status : not installed
Source package : python-pycodestyle-2.5.0-150000.3.2.2.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.