How to Install and Uninstall ghc-text-short.x86_64 Package on Fedora 34
Last updated: January 16,2025
1. Install "ghc-text-short.x86_64" package
Please follow the guidance below to install ghc-text-short.x86_64 on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
ghc-text-short.x86_64
Copied
2. Uninstall "ghc-text-short.x86_64" package
This tutorial shows how to uninstall ghc-text-short.x86_64 on Fedora 34:
$
sudo dnf remove
ghc-text-short.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-text-short.x86_64 package on Fedora 34
Last metadata expiration check: 1:27:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-text-short
Version : 0.1.3
Release : 5.fc34
Architecture : x86_64
Size : 50 k
Source : ghc-text-short-0.1.3-5.fc34.src.rpm
Repository : fedora
Summary : Memory-efficient representation of Unicode text strings
URL : https://hackage.haskell.org/package/text-short
License : BSD
Description : This package provides the 'ShortText' type which is suitable for keeping many
: short strings in memory. This is similiar to how 'ShortByteString' relates to
: 'ByteString'.
:
: The main difference between 'Text' and 'ShortText' is that 'ShortText' uses
: UTF-8 instead of UTF-16 internally and also 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.
Available Packages
Name : ghc-text-short
Version : 0.1.3
Release : 5.fc34
Architecture : x86_64
Size : 50 k
Source : ghc-text-short-0.1.3-5.fc34.src.rpm
Repository : fedora
Summary : Memory-efficient representation of Unicode text strings
URL : https://hackage.haskell.org/package/text-short
License : BSD
Description : This package provides the 'ShortText' type which is suitable for keeping many
: short strings in memory. This is similiar to how 'ShortByteString' relates to
: 'ByteString'.
:
: The main difference between 'Text' and 'ShortText' is that 'ShortText' uses
: UTF-8 instead of UTF-16 internally and also 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.