How to Install and Uninstall python38-cpplint Package on openSuSE Tumbleweed

Last updated: December 24,2024

1. Install "python38-cpplint" package

In this section, we are going to explain the necessary steps to install python38-cpplint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cpplint

2. Uninstall "python38-cpplint" package

Learn how to uninstall python38-cpplint on openSuSE Tumbleweed:

$ sudo zypper remove python38-cpplint

3. Information about the python38-cpplint package on openSuSE Tumbleweed

Information for package python38-cpplint:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cpplint
Version : 1.5.4-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 571,9 KiB
Installed : No
Status : not installed
Source package : python-cpplint-1.5.4-1.8.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.