How to Install and Uninstall cpphs Package on openSUSE Leap

Last updated: May 18,2024

1. Install "cpphs" package

Please follow the guidelines below to install cpphs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cpphs

2. Uninstall "cpphs" package

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

$ sudo zypper remove cpphs

3. Information about the cpphs package on openSUSE Leap

Information for package cpphs:
------------------------------
Repository : Main Repository
Name : cpphs
Version : 1.20.9.1-bp155.3.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : cpphs-1.20.9.1-bp155.3.13.src
Upstream URL : https://hackage.haskell.org/package/cpphs
Summary : A liberalised re-implementation of cpp, the C pre-processor
Description :
Cpphs is a re-implementation of the C pre-processor that is both more
compatible with Haskell, and itself written in Haskell so that it can be
distributed with compilers.
This version of the C pre-processor is pretty-much feature-complete and
compatible with traditional (K&R) pre-processors. Additional features include:
a plain-text mode; an option to unlit literate code files; and an option to
turn off macro-expansion.