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

Last updated: May 04,2024

1. Install "libghc-listlike-doc" package

This guide covers the steps necessary to install libghc-listlike-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-listlike-doc" package

Here is a brief guide to show you how to uninstall libghc-listlike-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-listlike-doc
Priority: optional
Section: universe/doc
Installed-Size: 1023
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-listlike
Version: 4.2.1-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-dlist-doc, libghc-fmlist-doc
Filename: pool/universe/h/haskell-listlike/libghc-listlike-doc_4.2.1-1build1_all.deb
Size: 69998
MD5sum: 3ab47006b69df2a8aed2218465eafdd2
SHA1: 32f8337a5b89cbed29cd3f7962539651717cecb2
SHA256: d6293f7b32d38effd0a655615c2ea61c20935ef9ae119f7217ec433b13ed8d67
Description-en: Generic support for list-like structures; documentation
Generic support for list-like structures in Haskell.
.
The ListLike module provides a common interface to the various Haskell
types that are list-like. Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support input and output, and for types that can
handle infinite lists.
.
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: 4e3087dd0ab84e67cb5bae4d4afec84e
Homepage: http://software.complete.org/listlike
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu