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

Last updated: July 03,2024

1. Install "python310-cpplint" package

This guide covers the steps necessary to install python310-cpplint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-cpplint

2. Uninstall "python310-cpplint" package

Here is a brief guide to show you how to uninstall python310-cpplint on openSuSE Tumbleweed:

$ sudo zypper remove python310-cpplint

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

Information for package python310-cpplint:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cpplint
Version : 1.6.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 568.9 KiB
Installed : No
Status : not installed
Source package : python-cpplint-1.6.1-2.1.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.