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

Last updated: May 21,2024

1. Install "libghc-graphviz-prof" package

This is a short guide on how to install libghc-graphviz-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-graphviz-prof" package

Here is a brief guide to show you how to uninstall libghc-graphviz-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-graphviz-prof
Priority: extra
Section: universe/haskell
Installed-Size: 32727
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-graphviz
Version: 2999.18.0.2-1build1
Provides: libghc-graphviz-prof-2999.18.0.2-f6a54
Depends: libghc-graphviz-dev (= 2999.18.0.2-1build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-bytestring-prof-0.10.6.0-9a873, libghc-colour-prof-2.3.3-0c4e3, libghc-containers-prof-0.5.6.2-59326, libghc-directory-prof-1.2.2.0-660a7, libghc-dlist-prof-0.7.1.2-bf379, libghc-fgl-prof-5.5.2.3-05473, libghc-filepath-prof-1.4.0.0-f97d1, libghc-polyparse-prof-1.11-9f36f, libghc-process-prof-1.2.3.0-a2232, libghc-temporary-prof-1.2.0.3-f2b1a, libghc-text-prof-1.2.2.0-2c09c, libghc-transformers-prof-0.4.2.0-81450, libghc-wl-pprint-text-prof-1.1.0.4-818c1
Filename: pool/universe/h/haskell-graphviz/libghc-graphviz-prof_2999.18.0.2-1build1_amd64.deb
Size: 2407324
MD5sum: f77fbce3779c31fb31a0eb2198316fdc
SHA1: 4b675494ae243161747e8bf60e06a219c681a57a
SHA256: 0026791e499c0ae5c353f1797da981129021b00c7825a3c816d064a192782722
Description-en: bindings to Graphviz for graph visualization; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: f37e398e59c83bc981d57210e9267d97
Homepage: http://projects.haskell.org/graphviz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu