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

Last updated: June 17,2024

1. Install "python2-pycodestyle" package

This guide covers the steps necessary to install python2-pycodestyle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pycodestyle

2. Uninstall "python2-pycodestyle" package

Please follow the steps below to uninstall python2-pycodestyle on openSUSE Leap:

$ sudo zypper remove python2-pycodestyle

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

Information for package python2-pycodestyle:
--------------------------------------------
Repository : Main Repository
Name : python2-pycodestyle
Version : 2.5.0-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 304,1 KiB
Installed : No
Status : not installed
Source package : python-pycodestyle-2.5.0-bp153.1.20.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.