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

Last updated: October 06,2024

1. Install "libghc-patience-prof" package

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

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

2. Uninstall "libghc-patience-prof" package

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

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

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

Package: libghc-patience-prof
Priority: optional
Section: universe/haskell
Installed-Size: 274
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-patience
Version: 0.1.1-7
Provides: libghc-patience-prof-0.1.1-22413
Depends: libghc-patience-dev (= 0.1.1-7), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326
Filename: pool/universe/h/haskell-patience/libghc-patience-prof_0.1.1-7_amd64.deb
Size: 32976
MD5sum: ff7ad91136049ac34aa29ca04839cf44
SHA1: ff5df6dcbbade02f43a9af9e1735ce074f080c68
SHA256: a0054cf6bb4b46687aeb7ed1471b97631eaf66cf399a2ab6590237ab7b1dda6f
Description-en: Haskell implementation of the Patience Diff algorithm; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 28ebfea38f46e46ea3ac311200efdff7
Homepage: http://hackage.haskell.org/package/patience
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu