How to Install and Uninstall c2hs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "c2hs" package

In this section, we are going to explain the necessary steps to install c2hs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install c2hs

2. Uninstall "c2hs" package

Please follow the instructions below to uninstall c2hs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the c2hs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: c2hs
Priority: optional
Section: universe/devel
Installed-Size: 5602
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Version: 0.27.1-1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/c/c2hs/c2hs_0.27.1-1_amd64.deb
Size: 828042
MD5sum: d54968415c073b79c88345759967b3e5
SHA1: e55ac59c48b05b9d4d3f729b88cd79cb59805365
SHA256: caf1634b4bafcc7bc48f4b933ef88a995820219178889cda576afd76aa2f04c7
Description-en: 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: 2289ad79b89c4f005ff817a92b9e52f0
Homepage: http://hackage.haskell.org/package/c2hs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu