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

Last updated: May 18,2024

1. Install "libghc-basic-prelude-doc" package

Learn how to install libghc-basic-prelude-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-basic-prelude-doc

2. Uninstall "libghc-basic-prelude-doc" package

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

$ sudo apt remove libghc-basic-prelude-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-basic-prelude-doc
Priority: extra
Section: universe/doc
Installed-Size: 1164
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-basic-prelude
Version: 0.5.0-2build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-readargs-doc, libghc-text-doc, libghc-vector-doc
Filename: pool/universe/h/haskell-basic-prelude/libghc-basic-prelude-doc_0.5.0-2build1_all.deb
Size: 85600
MD5sum: da75a9893a4b4d0b1acb50ba574251b5
SHA1: aa717d5cd0f248a2e1bda5a965eea504b99cd39d
SHA256: f50c85d7e2b723d6b3730864a31e89d02bf1c482bd304fe50f796df836f89a58
Description-en: enhanced core prelude; documentation
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
used operators (<$> and >=>, for instance) and imports for common
datatypes (e.g., ByteString and Vector). At the same time, there are
lots of other components which are more debatable, such as providing
polymorphic versions of common functions.
.
So basic-prelude is intended to give a common foundation for a number
of alternate preludes. The package provides two modules: CorePrelude
provides the common ground for other preludes to build on top of, while
BasicPrelude exports CorePrelude together with commonly used list
functions to provide a drop-in replacement for the standard Prelude.
.
Users wishing to have an improved Prelude can use BasicPrelude.
Developers wishing to create a new prelude should use CorePrelude.
.
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: 0006e029e02d942ffa118e4cf2a1e21d
Homepage: https://github.com/snoyberg/basic-prelude
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu