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

Last updated: May 15,2024

1. Install "ghc-prof" package

This is a short guide on how to install ghc-prof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ghc-prof

2. Uninstall "ghc-prof" package

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

$ sudo apt remove ghc-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: ghc-prof
Priority: extra
Section: universe/haskell
Installed-Size: 427043
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: ghc
Version: 7.10.3-7
Replaces: ghc6-prof (<< 7)
Provides: libghc-array-prof, libghc-array-prof-0.5.1.0-960bf, libghc-base-prof, libghc-base-prof-4.8.2.0-0d6d1, libghc-bin-package-db-prof, libghc-bin-package-db-prof-0.0.0.0-c2998, libghc-binary-prof, libghc-binary-prof-0.7.5.0-bf6a9, libghc-bytestring-prof, libghc-bytestring-prof-0.10.6.0-9a873, libghc-cabal-prof, libghc-cabal-prof-1.22.5.0-b8080, libghc-containers-prof, libghc-containers-prof-0.5.6.2-59326, libghc-deepseq-prof, libghc-deepseq-prof-1.4.1.1-614b6, libghc-directory-prof, libghc-directory-prof-1.2.2.0-660a7, libghc-filepath-prof, libghc-filepath-prof-1.4.0.0-f97d1, libghc-ghc-prim-prof, libghc-ghc-prim-prof-0.4.0.0-6cdc8, libghc-ghc-prof-7.10.3-62469, libghc-haskeline-prof, libghc-haskeline-prof-0.7.2.1-ee66b, libghc-hoopl-prof, libghc-hoopl-prof-3.10.0.2-e1d2f, libghc-hpc-prof, libghc-hpc-prof-0.6.0.2-a33ee, libghc-integer-gmp-prof, libghc-integer-gmp-prof-1.0.0.0-3c8c4, libghc-pretty-prof, libghc-pretty-prof-1.1.2.0-5cc41, libghc-process-prof, libghc-process-prof-1.2.3.0-a2232, libghc-template-haskell-prof, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-terminfo-prof, libghc-terminfo-prof-0.4.0.1-ff5b3, libghc-time-prof, libghc-time-prof-1.5.0.1-1b9a5, libghc-transformers-prof, libghc-transformers-prof-0.4.2.0-81450, libghc-unix-prof, libghc-unix-prof-2.7.1.0-bb54e, libghc-xhtml-prof, libghc-xhtml-prof-3000.2.1-e0059
Depends: ghc (= 7.10.3-7)
Conflicts: ghc6-prof (<< 7)
Filename: pool/universe/g/ghc/ghc-prof_7.10.3-7_amd64.deb
Size: 32721132
MD5sum: f883c37be50f1912f3674c46978b1bb9
SHA1: 47d5b933385ab737b2c2b359ef09c1cef443fc20
SHA256: d1e9a3dd4f1a8181f4d05e8389e91c3a5845f17f2ecc81609f96ce09e9a24cb4
Description-en: Profiling libraries for the Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
.
Haskell is "the" standard lazy functional programming language. The language
definition and additional documentation can be found in the `haskell-doc'
package. Alternatively, there is an online version at
http://haskell.org/onlinereport/.
.
This package contains additional profiling libraries. They are only needed,
if you want to take a closer look on where exactly your program burns CPU
cycles.
Description-md5: 74e38146bd09329c4a7f5742fc64dce4
Homepage: http://haskell.org/ghc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu