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

Last updated: May 15,2024

1. Install "libghc-diff-prof" package

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

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

2. Uninstall "libghc-diff-prof" package

This guide let you learn how to uninstall libghc-diff-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-diff-prof
Priority: extra
Section: universe/haskell
Installed-Size: 403
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-diff
Version: 0.3.2-3
Provides: libghc-diff-prof-0.3.2-c6ecf
Depends: libghc-diff-dev (= 0.3.2-3), libghc-array-prof-0.5.1.0-960bf, libghc-base-prof-4.8.2.0-0d6d1, libghc-pretty-prof-1.1.2.0-5cc41
Filename: pool/universe/h/haskell-diff/libghc-diff-prof_0.3.2-3_amd64.deb
Size: 44740
MD5sum: 5f5e8afc13bc5423dd1746b58682df36
SHA1: db63d9ca0c080e0a851b1081b73628023da18d38
SHA256: 3e3195b8bab66bf6554a5585c11db7cf05e8e2507022b616f6f9605f35047bcf
Description-en: GHC libraries for the Haskell O(ND) diff algorithm library; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: d325863d91d3829fbcf6b249d7efa7a9
Homepage: http://hackage.haskell.org/package/Diff
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu