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

Last updated: May 21,2024

1. Install "libghc-shake-doc" package

This guide let you learn how to install libghc-shake-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-shake-doc" package

This guide let you learn how to uninstall libghc-shake-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-shake-doc
Priority: extra
Section: universe/doc
Installed-Size: 3041
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-shake
Version: 0.15.5+dfsg-4build2
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-js-flot-doc, libghc-random-doc, libghc-unordered-containers-doc
Filename: pool/universe/h/haskell-shake/libghc-shake-doc_0.15.5+dfsg-4build2_all.deb
Size: 235492
MD5sum: 1857b643a36ab9a955a8937a67a0f4d9
SHA1: dc5c63b0f3a0de00d35f47e964daeeb4982d78c8
SHA256: 420707b991fcecd7cab52cdf26f3ed79fb69702a2f754e0ea604c5f2ebc7f748
Description-en: Haskell library for writing build systems; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 5c720b66eddb6121a940bc2aa96a69d4
Homepage: http://shakebuild.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu