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

Last updated: May 20,2024

1. Install "python3-cpplint" package

Here is a brief guide to show you how to install python3-cpplint on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cpplint

2. Uninstall "python3-cpplint" package

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

$ sudo zypper remove python3-cpplint

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

Information for package python3-cpplint:
----------------------------------------
Repository : Main Repository
Name : python3-cpplint
Version : 1.4.5-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 556.9 KiB
Installed : No
Status : not installed
Source package : python-cpplint-1.4.5-bp155.2.11.src
Upstream URL : https://github.com/cpplint/cpplint
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.