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

Last updated: May 17,2024

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

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

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

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

Please follow the guidance below to uninstall libghc-basic-prelude-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-basic-prelude-prof
Priority: extra
Section: universe/haskell
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-basic-prelude
Version: 0.5.0-2build1
Provides: libghc-basic-prelude-prof-0.5.0-b8aa4
Depends: libghc-basic-prelude-dev (= 0.5.0-2build1), libghc-readargs-prof-1.2.2-94857, libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-containers-prof-0.5.6.2-59326, libghc-filepath-prof-1.4.0.0-f97d1, libghc-hashable-prof-1.2.3.3-ce7af, libghc-lifted-base-prof-0.2.3.6-9276c, libghc-safe-prof-0.3.9-e3aa4, libghc-text-prof-1.2.2.0-2c09c, libghc-transformers-prof-0.4.2.0-81450, libghc-unordered-containers-prof-0.2.5.1-a371f, libghc-vector-prof-0.11.0.0-c6a21
Filename: pool/universe/h/haskell-basic-prelude/libghc-basic-prelude-prof_0.5.0-2build1_amd64.deb
Size: 21354
MD5sum: 8d55bd73c81b0e63cd5e933b57288315
SHA1: 693c8ffb1a037c70d11461ffe7200fcef1fc3d85
SHA256: 7688d0d5c7522c4390d4a080c030f38e6f1fefafa91d26aa60a3606fee3d20d8
Description-en: enhanced core prelude; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: b316812973b167509bee50c271fbc888
Homepage: https://github.com/snoyberg/basic-prelude
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu