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

Last updated: May 09,2024

1. Install "libghc-json-doc" package

This guide let you learn how to install libghc-json-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-json-doc" package

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

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

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

Package: libghc-json-doc
Priority: extra
Section: universe/doc
Installed-Size: 688
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-json
Version: 0.9.1-3build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-parsec3-doc, libghc-text-doc
Filename: pool/universe/h/haskell-json/libghc-json-doc_0.9.1-3build1_all.deb
Size: 52912
MD5sum: 6e6757ae8d91c1e55ef6ee91c77cd4e6
SHA1: 1858a891ad85372daa2c38bbedcc26d88af4f764
SHA256: a1f5fdcf7a975bbf236d81e129b6dc956718a3daffac78877f9e075fe8c4f64d
Description-en: Haskell library for serialising data to and from JSON; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 0a4740f2b260a8b82218720e130a1318
Homepage: http://hackage.haskell.org/package/json
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu