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

Last updated: July 06,2024

1. Install "python2-cpplint" package

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

$ sudo zypper refresh $ sudo zypper install python2-cpplint

2. Uninstall "python2-cpplint" package

This is a short guide on how to uninstall python2-cpplint on openSUSE Leap:

$ sudo zypper remove python2-cpplint

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

Information for package python2-cpplint:
----------------------------------------
Repository : Main Repository
Name : python2-cpplint
Version : 1.4.5-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 597,0 KiB
Installed : No
Status : not installed
Source package : python-cpplint-1.4.5-bp153.1.17.src
Summary : An automated checker to make sure a C++ file follows Google's C++ style guide
Description :
This project continues the work of cpplint, a C++ style checker
following Google's C++ style guide. It provides cpplint as a PyPI
package and adds a few features and fixes. It is maintained as a
fork of google/styleguide (https://github.com/google/styleguide)
in hopes that it can be merged in the future.