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

Last updated: May 18,2024

1. Install "libghc-pointedlist-dev" package

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

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

2. Uninstall "libghc-pointedlist-dev" package

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

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

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

Package: libghc-pointedlist-dev
Priority: extra
Section: universe/haskell
Installed-Size: 334
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pointedlist
Version: 0.6.1-4
Provides: libghc-pointedlist-dev-0.6.1-70dee
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-binary-dev-0.7.5.0-bf6a9
Suggests: libghc-pointedlist-doc, libghc-pointedlist-prof
Filename: pool/universe/h/haskell-pointedlist/libghc-pointedlist-dev_0.6.1-4_amd64.deb
Size: 40940
MD5sum: 129dfb6d46b543060f7629fb7bf6a4bd
SHA1: 5eac470753ba981f979808a4de9a7cbb684dc585
SHA256: 16af6841c1de4e0e54fe18cdcccd9fce3c362a9c59c8bb9ed9b5b7bb4217e40e
Description-en: zipper-like comonad which works as a list, tracking a position
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
wraps around to the other end when progressing past the actual edge.
.
This package contains the normal library files.
Description-md5: 6d43870b3fc88971fcf660016d76c299
Homepage: http://hackage.haskell.org/package/pointedlist
Ghc-Package: pointedlist-0.6.1-70dee04024fdd25325b37343d2271172
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu