How to Install and Uninstall libghc-text-short-doc Package on Kali Linux

Last updated: May 16,2024

1. Install "libghc-text-short-doc" package

This guide let you learn how to install libghc-text-short-doc on Kali Linux

$ sudo apt update $ sudo apt install libghc-text-short-doc

2. Uninstall "libghc-text-short-doc" package

This guide let you learn how to uninstall libghc-text-short-doc on Kali Linux:

$ sudo apt remove libghc-text-short-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-text-short-doc package on Kali Linux

Package: libghc-text-short-doc
Source: haskell-text-short
Version: 0.1.5-2
Installed-Size: 1214
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-hashable-doc, libghc-text-short-dev, libjs-mathjax
Suggests: libghc-text-short-prof
Size: 95432
SHA256: 92c89d71d8f2a4e1f32c9068821f9ae537fb194b20568d2b5d8933fb88edd6c7
SHA1: 160ce82f6ce7fea6413055c35a01f4d72132a24c
MD5sum: b946fdb8a62eb199596843dac8360688
Description: memory-efficient representation of Unicode text strings; documentation
This Haskell library provides the 'ShortText' type which is suitable
for keeping many short strings in memory. This is similiar to the
relationship between 'ShortByteString' and 'ByteString'.
.
The main differences between 'Text' and 'ShortText' is that
'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText'
doesn't support zero-copy slicing (thereby saving 2 words).
Consequently, the memory footprint of a (boxed) 'ShortText' value is 4
words (2 words when unboxed) plus the length of the UTF-8 encoded
payload.
.
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/hvr/text-short
Section: doc
Priority: optional
Filename: pool/main/h/haskell-text-short/libghc-text-short-doc_0.1.5-2_all.deb