How to Install and Uninstall c2hs Package on Kali Linux

Last updated: May 08,2024

1. Install "c2hs" package

Please follow the step by step instructions below to install c2hs on Kali Linux

$ sudo apt update $ sudo apt install c2hs

2. Uninstall "c2hs" package

This guide let you learn how to uninstall c2hs on Kali Linux:

$ sudo apt remove c2hs $ sudo apt autoclean && sudo apt autoremove

3. Information about the c2hs package on Kali Linux

Package: c2hs
Version: 0.28.8-1
Installed-Size: 5406
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.29), libffi8 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg)
Size: 855872
SHA256: 002806440604879975e86ea4c2d53aa3eb817db45cbcea3ee0acb84af5b513e0
SHA1: 2d315a59c5f4325712400add01c7c66759619e02
MD5sum: bb86a4fa859c1bc677a694e119dec857
Description: C->Haskell Interface Generator
C->Haskell is an interface generator that simplifies the development
of Haskell bindings to C libraries. The tool processes existing C
header files that determine data layout and function signatures on
the C side in conjunction with Haskell modules that specify
Haskell-side type signatures and marshaling details. Hooks embedded
in the Haskell code signal access to C structures and functions --
they are expanded by the interfacing tool in dependence on
information from the corresponding C header file.
.
Haskell 98 is "the" standard lazy functional programming language.
More info plus the language definition is at http://www.haskell.org/.
.
This package contains the c2hs parser.
Description-md5:
Homepage: http://hackage.haskell.org/package/c2hs
Tag: devel::code-generator, devel::lang:haskell, implemented-in::haskell,
interface::commandline, role::program, scope::utility, use::converting,
works-with::software:source
Section: haskell
Priority: optional
Filename: pool/main/c/c2hs/c2hs_0.28.8-1_amd64.deb