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

Last updated: July 03,2024

1. Install "python38-cppclean" package

Please follow the instructions below to install python38-cppclean on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cppclean

2. Uninstall "python38-cppclean" package

Please follow the guidance below to uninstall python38-cppclean on openSuSE Tumbleweed:

$ sudo zypper remove python38-cppclean

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

Information for package python38-cppclean:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cppclean
Version : 0.13-2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 284,8 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.