How to Install and Uninstall cpphs Package on Kali Linux

Last updated: May 20,2024

1. Install "cpphs" package

Please follow the guidelines below to install cpphs on Kali Linux

$ sudo apt update $ sudo apt install cpphs

2. Uninstall "cpphs" package

This is a short guide on how to uninstall cpphs on Kali Linux:

$ sudo apt remove cpphs $ sudo apt autoclean && sudo apt autoremove

3. Information about the cpphs package on Kali Linux

Package: cpphs
Source: cpphs (1.20.9.1-3)
Version: 1.20.9.1-3+b1
Installed-Size: 7745
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg)
Suggests: ghc | hugs
Size: 1201444
SHA256: 2468c5b4efab2dd97d32bcee15dec6cdfe3792caa2f726b8ab25f02aaec408b1
SHA1: a6a7ad56c77f9278200406dc48b7c9a10b66f2ac
MD5sum: c665d43987f0f8acd4bf417aa899136f
Description: Simplified cpp-a-like preprocessor for Haskell
The C pre-processor has been widely used in Haskell source code. It
enables conditional compilation for different compilers, different
versions of the same compiler, and different OS platforms. It is also
occasionally used for its macro language, which can enable certain
forms of platform-specific detail-filling, such as the tedious
boilerplate generation of instance definitions and FFI declarations.
.
However, gcc's cpp has recently been evolving to more strictly adhere
to the C standard. This has had the effect of making it increasingly
incompatible with Haskell's syntax. This is a cpp-a-like designed with
Haskell's syntax in mind.
Description-md5:
Homepage: http://projects.haskell.org/cpphs/
Tag: devel::interpreter, devel::lang:haskell, implemented-in::haskell,
interface::commandline, role::program, scope::utility,
works-with::software:source
Section: haskell
Priority: optional
Filename: pool/main/c/cpphs/cpphs_1.20.9.1-3+b1_amd64.deb