How to Install and Uninstall cppi Package on openSUSE Leap

Last updated: April 28,2024

1. Install "cppi" package

Please follow the guidance below to install cppi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cppi

2. Uninstall "cppi" package

Please follow the instructions below to uninstall cppi on openSUSE Leap:

$ sudo zypper remove cppi

3. Information about the cppi package on openSUSE Leap

Information for package cppi:
-----------------------------
Repository : Main Repository
Name : cppi
Version : 1.18-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 126.3 KiB
Installed : No
Status : not installed
Source package : cppi-1.18-bp155.2.10.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.