How to Install and Uninstall cppi Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "cppi" package

In this section, we are going to explain the necessary steps to install cppi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cppi

2. Uninstall "cppi" package

Learn how to uninstall cppi on openSuSE Tumbleweed:

$ sudo zypper remove cppi

3. Information about the cppi package on openSuSE Tumbleweed

Information for package cppi:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cppi
Version : 1.18-2.28
Arch : x86_64
Vendor : openSUSE
Installed Size : 118.1 KiB
Installed : No
Status : not installed
Source package : cppi-1.18-2.28.src
Upstream URL : https://savannah.gnu.org/projects/cppi
Summary : C preprocessor directive indenter
Description :
cppi indents the C preprocessor directives to reflect their nesting and ensures
that there is exactly one space character between each #if, #elif, #define
directive and the following token.