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

Last updated: May 13,2024

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

Learn how to install libghc-text-short-prof on Kali Linux

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

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

Please follow the steps below to uninstall libghc-text-short-prof on Kali Linux:

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

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

Package: libghc-text-short-prof
Source: haskell-text-short (0.1.5-2)
Version: 0.1.5-2+b1
Installed-Size: 626
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-text-short-prof-0.1.5-6c98f
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-binary-prof-0.8.9.1-6a9d2, libghc-bytestring-prof-0.11.5.2-6590e, libghc-deepseq-prof-1.4.8.0-ddf16, libghc-ghc-prim-prof-0.9.1-ca9fc, libghc-hashable-prof-1.4.3.0-e937e, libghc-template-haskell-prof-2.19.0.0-a5ee2, libghc-text-prof-2.0.2-0847e, libghc-text-short-dev (= 0.1.5-2+b1)
Size: 86140
SHA256: c06977f384f3bbca411281629a1b66a421c2cf343d1558cb4ac6570ee5e91041
SHA1: 7362d83eb5eb47391cd748bdd05c86f2b06dc295
MD5sum: ac12230c2d3650c74a44f9be2c107721
Description: memory-efficient representation of Unicode text strings; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: https://github.com/hvr/text-short
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-text-short/libghc-text-short-prof_0.1.5-2+b1_amd64.deb