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

Last updated: November 23,2024

1. Install "libghc-shake-prof" package

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

$ sudo apt update $ sudo apt install libghc-shake-prof

2. Uninstall "libghc-shake-prof" package

In this section, we are going to explain the necessary steps to uninstall libghc-shake-prof on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-shake-prof $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-shake-prof
Priority: extra
Section: universe/haskell
Installed-Size: 8733
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-shake
Version: 0.15.5+dfsg-4build2
Provides: libghc-shake-prof-0.15.5-a08cd
Depends: libghc-shake-dev (= 0.15.5+dfsg-4build2), libghc-base-prof-4.8.2.0-0d6d1, libghc-binary-prof-0.7.5.0-bf6a9, libghc-bytestring-prof-0.10.6.0-9a873, libghc-deepseq-prof-1.4.1.1-614b6, libghc-directory-prof-1.2.2.0-660a7, libghc-extra-prof-1.4.2-1237a, libghc-filepath-prof-1.4.0.0-f97d1, libghc-hashable-prof-1.2.3.3-ce7af, libghc-js-flot-prof-0.8.3-bb05f, libghc-js-jquery-prof-1.11.3-554e7, libghc-old-time-prof-1.1.0.3-44943, libghc-process-prof-1.2.3.0-a2232, libghc-random-prof-1.1-c46cc, libghc-time-prof-1.5.0.1-1b9a5, libghc-transformers-prof-0.4.2.0-81450, libghc-unix-prof-2.7.1.0-bb54e, libghc-unordered-containers-prof-0.2.5.1-a371f, libghc-utf8-string-prof-1.0.1.1-09f69
Filename: pool/universe/h/haskell-shake/libghc-shake-prof_0.15.5+dfsg-4build2_amd64.deb
Size: 876982
MD5sum: ad57888aacd86bc56c2c1800f494c7ba
SHA1: 6a67ccb4122502ae40791ef53e9dee6a7aa5642b
SHA256: 5bcd6a6e914f4d521194df9f3c72accab2b867aec202b1cbb393f95f9d06b412
Description-en: Haskell library for writing build systems; profiling libraries
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
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: cd99b7098a0710e1e8907c500b5acb51
Homepage: http://shakebuild.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu