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

Last updated: May 19,2024

1. Install "libghc-graphviz-dev" package

This tutorial shows how to install libghc-graphviz-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-graphviz-dev" package

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

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

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

Package: libghc-graphviz-dev
Priority: extra
Section: universe/haskell
Installed-Size: 37518
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-graphviz
Version: 2999.18.0.2-1build1
Provides: libghc-graphviz-dev-2999.18.0.2-f6a54
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-colour-dev-2.3.3-0c4e3, libghc-containers-dev-0.5.6.2-59326, libghc-directory-dev-1.2.2.0-660a7, libghc-dlist-dev-0.7.1.2-bf379, libghc-fgl-dev-5.5.2.3-05473, libghc-filepath-dev-1.4.0.0-f97d1, libghc-polyparse-dev-1.11-9f36f, libghc-process-dev-1.2.3.0-a2232, libghc-temporary-dev-1.2.0.3-f2b1a, libghc-text-dev-1.2.2.0-2c09c, libghc-transformers-dev-0.4.2.0-81450, libghc-wl-pprint-text-dev-1.1.0.4-818c1, libc6 (>= 2.2.5)
Suggests: libghc-graphviz-doc, libghc-graphviz-prof
Filename: pool/universe/h/haskell-graphviz/libghc-graphviz-dev_2999.18.0.2-1build1_amd64.deb
Size: 2920030
MD5sum: 56156eff482907c74acb10b54c8deefd
SHA1: e1d6bc9ce957bf2adf72c60657ee62341800f633
SHA256: 29bfef7f1754652ccd3ae69bcdfd687d22ce96ec191eaf9c90eecaac53ea3d89
Description-en: bindings to Graphviz for graph visualization
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 a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: bd02d2c14f791ffca367313e1957b329
Homepage: http://projects.haskell.org/graphviz/
Ghc-Package: graphviz-2999.18.0.2-f6a542c9b112d7c63372f8b8776f5e62
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu