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

Last updated: November 24,2024

1. Install "python310-cppclean" package

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

$ sudo zypper refresh $ sudo zypper install python310-cppclean

2. Uninstall "python310-cppclean" package

This guide let you learn how to uninstall python310-cppclean on openSuSE Tumbleweed:

$ sudo zypper remove python310-cppclean

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

Information for package python310-cppclean:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cppclean
Version : 0.13-2.27
Arch : noarch
Vendor : openSUSE
Installed Size : 258.6 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.