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

Last updated: May 18,2024

1. Install "libghc-listlike-dev" package

This tutorial shows how to install libghc-listlike-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-listlike-dev" package

Please follow the guidance below to uninstall libghc-listlike-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-listlike-dev
Priority: optional
Section: universe/haskell
Installed-Size: 8120
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-listlike
Version: 4.2.1-1build1
Provides: libghc-listlike-dev-4.2.1-4cf99
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-dlist-dev-0.7.1.2-bf379, libghc-fmlist-dev-0.9-a7533, libghc-text-dev-1.2.2.0-2c09c, libghc-vector-dev-0.11.0.0-c6a21, libc6 (>= 2.2.5)
Suggests: libghc-listlike-doc, libghc-listlike-prof
Filename: pool/universe/h/haskell-listlike/libghc-listlike-dev_4.2.1-1build1_amd64.deb
Size: 730034
MD5sum: 1320492a6ebb3d5041b7fd6047439de4
SHA1: 10b8612167b8824c6ff78d2005b705a263ab1ce9
SHA256: fc2d2f2c3796e53e53f496902c739e5bb1d12bf0d32f768cd8bd998af018582d
Description-en: Generic support for list-like structures
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 427e933042330c755c2b7d9354dbc2be
Homepage: http://software.complete.org/listlike
Ghc-Package: ListLike-4.2.1-4cf99ea70b7d0d08aadf1f91141d38e8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu