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

Last updated: June 26,2024

1. Install "python39-cppclean" package

Please follow the guidelines below to install python39-cppclean on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cppclean

2. Uninstall "python39-cppclean" package

Please follow the steps below to uninstall python39-cppclean on openSuSE Tumbleweed:

$ sudo zypper remove python39-cppclean

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

Information for package python39-cppclean:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-cppclean
Version : 0.13-2.27
Arch : noarch
Vendor : openSUSE
Installed Size : 259.3 KiB
Installed : No
Status : not installed
Source package : python-cppclean-0.13-2.27.src
Upstream URL : https://github.com/myint/cppclean
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.