How to Install and Uninstall libghc-unicode-transforms-doc Package on Kali Linux

Last updated: May 02,2024

1. Install "libghc-unicode-transforms-doc" package

Here is a brief guide to show you how to install libghc-unicode-transforms-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-unicode-transforms-doc

2. Uninstall "libghc-unicode-transforms-doc" package

Learn how to uninstall libghc-unicode-transforms-doc on Kali Linux:

$ sudo apt remove libghc-unicode-transforms-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-unicode-transforms-doc package on Kali Linux

Package: libghc-unicode-transforms-doc
Source: haskell-unicode-transforms
Version: 0.4.0.1-2
Installed-Size: 585
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-unicode-data-doc, libghc-unicode-transforms-dev, libjs-mathjax
Suggests: libghc-unicode-transforms-prof
Size: 58172
SHA256: 939efa13048cb80c25cdf44f2801231061745bc0f65a5c48e4a66c519693fdd8
SHA1: 8a6e07336bb90c5bb12f2fc7fc598cc2be343a26
MD5sum: 8dde97f57a94e5d555d8d833b1d2012a
Description: Fast Unicode 9.0 normalization in Haskell; documentation
Unicode characters with adornments (e.g. Á) can be represented in two
different forms, as a single composed character (U+00C1 = Á) or as
multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
differently encoded byte sequences but for humans they have exactly
the same visual appearance.
.
A regular byte comparison may tell that two strings are different even
though they might be equivalent. Both strings need to be converted in
a normalized form using the Unicode Character Database before they can
be compared for equivalence.
.
This library implements fast Unicode 9.0 normalization in Haskell (NFC,
NFKC, NFD, NFKD).
.
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:
Homepage: https://github.com/composewell/unicode-transforms
Section: doc
Priority: optional
Filename: pool/main/h/haskell-unicode-transforms/libghc-unicode-transforms-doc_0.4.0.1-2_all.deb