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

Last updated: May 10,2024

1. Install "libghc-json-dev" package

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

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

2. Uninstall "libghc-json-dev" package

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

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

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

Package: libghc-json-dev
Priority: extra
Section: universe/haskell
Installed-Size: 1947
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-json
Version: 0.9.1-3build1
Provides: libghc-json-dev-0.9.1-b0006
Depends: libghc-array-dev-0.5.1.0-960bf, libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-mtl-dev-2.2.1-3af90, libghc-parsec-dev-3.1.9-c97a6, libghc-pretty-dev-1.1.2.0-5cc41, libghc-syb-dev-0.6-d154b, libghc-text-dev-1.2.2.0-2c09c, libc6 (>= 2.2.5)
Suggests: libghc-json-doc, libghc-json-prof
Filename: pool/universe/h/haskell-json/libghc-json-dev_0.9.1-3build1_amd64.deb
Size: 213842
MD5sum: 69d99509cbd0ef09392cc8917e4ada1f
SHA1: 3af2f5d3a4dea293976d7fb880d2e8e233956b54
SHA256: b460a18d2a79e9e3a131fcb092a4ac965b0d09ee76251832f29f9e10520fb35d
Description-en: Haskell library for serialising data to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999.
.
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 111c29b9a3803babe3dac33ed7c31411
Homepage: http://hackage.haskell.org/package/json
Ghc-Package: json-0.9.1-b0006ec49350bd7808affbaac87a6a75
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu