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

Last updated: May 10,2024

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

Please follow the guidelines below to install libghc-text-short-dev on Kali Linux

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

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

This tutorial shows how to uninstall libghc-text-short-dev on Kali Linux:

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

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

Package: libghc-text-short-dev
Source: haskell-text-short (0.1.5-2)
Version: 0.1.5-2+b1
Installed-Size: 695
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-text-short-dev-0.1.5-6c98f
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-binary-dev-0.8.9.1-6a9d2, libghc-bytestring-dev-0.11.5.2-6590e, libghc-deepseq-dev-1.4.8.0-ddf16, libghc-ghc-prim-dev-0.9.1-ca9fc, libghc-hashable-dev-1.4.3.0-e937e, libghc-template-haskell-dev-2.19.0.0-a5ee2, libghc-text-dev-2.0.2-0847e, libc6 (>= 2.14), libgmp10 (>= 2:6.3.0+dfsg)
Size: 93516
SHA256: ba755c24919e0907524d15aa61dbb3bf63b45a733b09ce7fe5888bdcbc7b49a9
SHA1: f8a4d295f623586690773ab867e53ab6aaaee64e
MD5sum: 94e4c5b1b0704cdf2aa15c309e197b25
Description: memory-efficient representation of Unicode text strings
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 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
Ghc-Package: text-short-0.1.5-9trZ7gK7zmPHWzMW6oediY
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-text-short/libghc-text-short-dev_0.1.5-2+b1_amd64.deb