How to Install and Uninstall python3-cppclean Package on openSUSE Leap
Last updated: December 27,2024
1. Install "python3-cppclean" package
This guide covers the steps necessary to install python3-cppclean on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-cppclean
Copied
2. Uninstall "python3-cppclean" package
This guide covers the steps necessary to uninstall python3-cppclean on openSUSE Leap:
$
sudo zypper remove
python3-cppclean
Copied
3. Information about the python3-cppclean package on openSUSE Leap
Information for package python3-cppclean:
-----------------------------------------
Repository : Main Repository
Name : python3-cppclean
Version : 0.13-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 283.9 KiB
Installed : No
Status : not installed
Source package : python-cppclean-0.13-bp155.2.10.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.
-----------------------------------------
Repository : Main Repository
Name : python3-cppclean
Version : 0.13-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 283.9 KiB
Installed : No
Status : not installed
Source package : python-cppclean-0.13-bp155.2.10.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.