How to Install and Uninstall cpphs.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "cpphs.x86_64" package

This guide covers the steps necessary to install cpphs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install cpphs.x86_64

2. Uninstall "cpphs.x86_64" package

In this section, we are going to explain the necessary steps to uninstall cpphs.x86_64 on CentOS Stream 8:

$ sudo dnf remove cpphs.x86_64 $ sudo dnf autoremove

3. Information about the cpphs.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:46:58 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cpphs
Version : 1.20.8
Release : 4.el8
Architecture : x86_64
Size : 110 k
Source : cpphs-1.20.8-4.el8.src.rpm
Repository : epel
Summary : A liberalised C pre-processor for Haskell
URL : http://hackage.haskell.org/package/cpphs
License : GPL+ and LGPLv2+
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.