How to Install and Uninstall libghc-cabal-helper-prof Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libghc-cabal-helper-prof" package

In this section, we are going to explain the necessary steps to install libghc-cabal-helper-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-cabal-helper-prof

2. Uninstall "libghc-cabal-helper-prof" package

Please follow the instructions below to uninstall libghc-cabal-helper-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-cabal-helper-prof $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-cabal-helper-prof package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-cabal-helper-prof
Priority: extra
Section: universe/haskell
Installed-Size: 1664
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-cabal-helper
Version: 0.6.2.0-4build1
Provides: libghc-cabal-helper-prof-0.6.2.0-02552
Depends: libghc-cabal-helper-dev (= 0.6.2.0-4build1), libghc-cabal-prof-1.22.5.0-b8080, libghc-base-prof-4.8.2.0-0d6d1, libghc-directory-prof-1.2.2.0-660a7, libghc-filepath-prof-1.4.0.0-f97d1, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-mtl-prof-2.2.1-3af90, libghc-process-prof-1.2.3.0-a2232, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-cabal-helper/libghc-cabal-helper-prof_0.6.2.0-4build1_amd64.deb
Size: 150316
MD5sum: 41198162da5bb6a41983e2fa48e9efff
SHA1: b342537625666755a39cba297b242d875ffaed63
SHA256: 30a9c9b35fbfcce65b5405bd1ff3612caf3600de6d0284d635326ba3b62e53ff
Description-en: Simple interface to some of Cabal's configuration state; profiling libraries
cabal-helper provides a library which wraps the internal use of
anexecutable to lift the restrictions imposed by linking against versions of
GHC before 7.10. This has the pleasant side effect of isolating the user
from having to deal with Cabal version changes manually as cabal-helper
can simply recompile it's helper program automatically as needed.
.
cabal-helper uses a wrapper executable to compile the actual cabal-helper
executable at runtime while linking against an arbitrary version of
Cabal. This runtime-compiled helper executable is then used to extract
various bits and peices from Cabal's on disk state (dist/setup-config)
written by it's configure command.
.
In addition to this the wrapper executable also supports installing any
version of Cabal from hackage in case it cannot be found in any available
package database. The wrapper installs these instances of the Cabal library
into a private package database so as to not interfere with the user's
packages.
.
Furthermore the wrapper supports one special case namely reading a state
file for Cabal itself. This is needed as Cabal compiles it's Setup.hs using
itself and not using any version of Cabal installed in any package database.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 657d74409348f75f10dc47ac5dd4b575
Homepage: http://hackage.haskell.org/package/cabal-helper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions