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

Last updated: September 28,2024

1. Install "python2-cppclean" package

Please follow the steps below to install python2-cppclean on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-cppclean

2. Uninstall "python2-cppclean" package

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

$ sudo zypper remove python2-cppclean

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

Information for package python2-cppclean:
-----------------------------------------
Repository : Main Repository
Name : python2-cppclean
Version : 0.13-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 276,0 KiB
Installed : No
Status : not installed
Source package : python-cppclean-0.13-bp153.1.15.src
Summary : Program to find problems in C++ source code
Description :
CPPclean attempts to find problems in C++ source that slow development
in large code bases, for example various forms of unused code.
Unused code can be unused functions, methods, data members, types, etc
to unnecessary #include directives. Unnecessary #includes can cause
considerable extra compiles increasing the edit-compile-run cycle.