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

Last updated: October 06,2024

1. Install "libghc-diff-dev" package

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

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

2. Uninstall "libghc-diff-dev" package

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

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

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

Package: libghc-diff-dev
Priority: extra
Section: universe/haskell
Installed-Size: 417
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-diff
Version: 0.3.2-3
Provides: libghc-diff-dev-0.3.2-c6ecf
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-pretty-dev-1.1.2.0-5cc41, libc6 (>= 2.2.5)
Suggests: libghc-diff-doc, libghc-diff-prof
Filename: pool/universe/h/haskell-diff/libghc-diff-dev_0.3.2-3_amd64.deb
Size: 53418
MD5sum: 17b0340cb5891c870058306b8922a650
SHA1: 765426b5e6f7a059693ce3bd7f149500e6036df1
SHA256: 183a9ea60a45f7f0b69c89a1ac042a78a081c21f9f539b7ffc4c897a5dca32d3
Description-en: GHC libraries for the Haskell O(ND) diff algorithm library
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.
.
Whilst the algorithm is the same one used by standared Unix diff, the
assumption is that users of this library will want to diff over interesting
things or perform interesting tasks with the results.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 9eda114d17f179328f10a543123e631b
Homepage: http://hackage.haskell.org/package/Diff
Ghc-Package: Diff-0.3.2-c6ecff1b6130e3846fe8ae3dee97ce61
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu