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

Last updated: May 18,2024

1. Install "libghc-patience-dev" package

Please follow the steps below to install libghc-patience-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-patience-dev" package

Learn how to uninstall libghc-patience-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-patience-dev
Priority: optional
Section: universe/haskell
Installed-Size: 316
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-patience
Version: 0.1.1-7
Provides: libghc-patience-dev-0.1.1-22413
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libc6 (>= 2.2.5)
Suggests: libghc-patience-doc, libghc-patience-prof
Filename: pool/universe/h/haskell-patience/libghc-patience-dev_0.1.1-7_amd64.deb
Size: 38890
MD5sum: 5dc4cfec482eac6178cc067d1d0bfa50
SHA1: fad696a61d6733dc76168a397964dea328425bce
SHA256: b8c28da8e83066102f2da21fb815035db5e69dffe7e5efd91bc964a88e45f14e
Description-en: Haskell implementation of the Patience Diff algorithm
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
Patience diff computes the difference between two lists, for example the lines
of two versions of a source file. It provides a good balance of performance,
nice output for humans, and implementation simplicity. For more information,
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 279fc27e9641ba8a41b52f6a3ed6edf1
Homepage: http://hackage.haskell.org/package/patience
Ghc-Package: patience-0.1.1-22413ecacb3af5242385def121877c86
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu