How to Install and Uninstall python36-cppclean Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python36-cppclean" package

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

$ sudo zypper refresh $ sudo zypper install python36-cppclean

2. Uninstall "python36-cppclean" package

Please follow the step by step instructions below to uninstall python36-cppclean on openSuSE Tumbleweed:

$ sudo zypper remove python36-cppclean

3. Information about the python36-cppclean package on openSuSE Tumbleweed

Information for package python36-cppclean:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-cppclean
Version : 0.13-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 283,9 KiB
Installed : No
Status : not installed
Source package : python-cppclean-0.13-2.11.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.