How to Install and Uninstall cpphs Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "cpphs" package

Please follow the instructions below to install cpphs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cpphs

2. Uninstall "cpphs" package

This is a short guide on how to uninstall cpphs on openSuSE Tumbleweed:

$ sudo zypper remove cpphs

3. Information about the cpphs package on openSuSE Tumbleweed

Information for package cpphs:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cpphs
Version : 1.20.9.1-5.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.0 MiB
Installed : No
Status : not installed
Source package : cpphs-1.20.9.1-5.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.