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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install libghc-unicode-transforms-prof on Kali Linux

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

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

Please follow the guidance below to uninstall libghc-unicode-transforms-prof on Kali Linux:

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

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

Package: libghc-unicode-transforms-prof
Source: haskell-unicode-transforms (0.4.0.1-2)
Version: 0.4.0.1-2+b1
Installed-Size: 4116
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-unicode-transforms-prof-0.4.0.1-4d4a6
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-bytestring-prof-0.11.5.2-6590e, libghc-ghc-prim-prof-0.9.1-ca9fc, libghc-text-prof-2.0.2-0847e, libghc-unicode-data-prof-0.4.0.1-109b1, libghc-unicode-transforms-dev (= 0.4.0.1-2+b1)
Size: 255708
SHA256: 7033f37b1d0bf189c46d6c24ba44112661b46431ead6aa073d8c8cdd77b2ae8b
SHA1: 5c00688d353489cf5e225df3518873e2c10d3cb4
MD5sum: a4529b829d4f5d5511a40c215cf20f83
Description: Fast Unicode 9.0 normalization in Haskell; profiling libraries
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 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/composewell/unicode-transforms
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-unicode-transforms/libghc-unicode-transforms-prof_0.4.0.1-2+b1_amd64.deb