How to Install and Uninstall libghc-commonmark-prof Package on Kali Linux

Last updated: May 10,2024

1. Install "libghc-commonmark-prof" package

This guide covers the steps necessary to install libghc-commonmark-prof on Kali Linux

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

2. Uninstall "libghc-commonmark-prof" package

This guide let you learn how to uninstall libghc-commonmark-prof on Kali Linux:

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

3. Information about the libghc-commonmark-prof package on Kali Linux

Package: libghc-commonmark-prof
Source: haskell-commonmark
Version: 0.2.3-2
Installed-Size: 20631
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-commonmark-prof-0.2.3-23d6c
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-bytestring-prof-0.11.5.2-6590e, libghc-commonmark-dev (= 0.2.3-2), libghc-containers-prof-0.6.7-a1650, libghc-parsec-prof-3.1.16.1-a16ec, libghc-text-prof-2.0.2-0847e, libghc-transformers-prof-0.5.6.2-931c3, libghc-unicode-data-prof-0.4.0.1-109b1, libghc-unicode-transforms-prof-0.4.0.1-4d4a6
Size: 1365208
SHA256: eb791b25b938faa70f7522c397fe2cb5f84b557c5681183091f51a8dc410c59c
SHA1: 3a45e86a876860e785bca1998bdc78156d2360bc
MD5sum: dfa014fe15e1ecd02e282eca32d1b96d
Description: Pure Haskell commonmark parser; profiling libraries
This library provides the core data types and functions
for parsing commonmark ().
The parser is fully commonmark-compliant and passes the test
suite. It is designed to be customizable and easily extensible.
To customize the output, create an AST, or support a new output
format, one need only define some new typeclass instances.
It is also easy to add new syntax elements or modify existing ones.
.
Accurate information about source positions is available
for all block and inline elements. Thus the library can be
used to create an accurate syntax highlighter or
an editor with live preview.
.
The parser has been designed for robust performance
even in pathological cases that tend to cause stack overflows or
exponential slowdowns in other parsers, with parsing speed that
varies linearly with input length.
.
Related packages:
.
- commonmark-extensions (which defines a number of syntax extensions)
- commonmark-pandoc (which allows using this parser to create a Pandoc
structure)
- commonmark-cli (a command-line tool for converting and
syntax-highlighting commonmark documents)
.
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:
Homepage: https://github.com/jgm/commonmark-hs
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-commonmark/libghc-commonmark-prof_0.2.3-2_amd64.deb