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

Last updated: May 19,2024

1. Install "libghc-graphviz-doc" package

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

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

2. Uninstall "libghc-graphviz-doc" package

This is a short guide on how to uninstall libghc-graphviz-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-graphviz-doc
Priority: extra
Section: universe/doc
Installed-Size: 5530
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-graphviz
Version: 2999.18.0.2-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-colour-doc, libghc-fgl-doc, libghc-polyparse-doc, libghc-text-doc, libghc-wl-pprint-text-doc
Filename: pool/universe/h/haskell-graphviz/libghc-graphviz-doc_2999.18.0.2-1build1_all.deb
Size: 334018
MD5sum: fc17862c032df65ef3493465cb4ebd72
SHA1: c5385ec6670d65133448885a11b17b6436df22b5
SHA256: ffd1951c0ea72e456abd886ca181ebc47fcdd322972f5a3a090359f55c4fcef3
Description-en: bindings to Graphviz for graph visualization; documentation
This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.
.
Main features of the graphviz library include:
.
Almost complete coverage of all Graphviz attributes and syntax.
.
Support for specifying clusters.
.
The ability to use a custom node type.
.
Functions for running a Graphviz layout tool with all specified output
types.
.
The ability to not only generate but also parse Dot code with two
options: strict and liberal (in terms of ordering of statements).
.
Functions to convert FGL graphs and other graph-like data structures
to Dot code - including support to group them into clusters - with a
high degree of customisation by specifying which attributes to use
and limited support for the inverse operation.
.
Round-trip support for passing an FGL graph through Graphviz to
augment node and edge labels with positional information, etc.
.
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: 0f0b19cfe7dbc128f10d3cbfb2e02ed7
Homepage: http://projects.haskell.org/graphviz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu