How to Install and Uninstall python311-cppclean Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python311-cppclean" package
Please follow the step by step instructions below to install python311-cppclean on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-cppclean
Copied
2. Uninstall "python311-cppclean" package
This tutorial shows how to uninstall python311-cppclean on openSuSE Tumbleweed:
$
sudo zypper remove
python311-cppclean
Copied
3. Information about the python311-cppclean package on openSuSE Tumbleweed
Information for package python311-cppclean:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-cppclean
Version : 0.13-2.27
Arch : noarch
Vendor : openSUSE
Installed Size : 369.4 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.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-cppclean
Version : 0.13-2.27
Arch : noarch
Vendor : openSUSE
Installed Size : 369.4 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.