How to Install and Uninstall ghc-data-inttrie.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "ghc-data-inttrie.x86_64" package

Please follow the step by step instructions below to install ghc-data-inttrie.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-data-inttrie.x86_64

2. Uninstall "ghc-data-inttrie.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-data-inttrie.x86_64 on Fedora 34:

$ sudo dnf remove ghc-data-inttrie.x86_64 $ sudo dnf autoremove

3. Information about the ghc-data-inttrie.x86_64 package on Fedora 34

Last metadata expiration check: 1:49:34 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-data-inttrie
Version : 0.1.4
Release : 8.fc34
Architecture : x86_64
Size : 24 k
Source : ghc-data-inttrie-0.1.4-8.fc34.src.rpm
Repository : fedora
Summary : A simple lazy, infinite trie from integers
URL : https://hackage.haskell.org/package/data-inttrie
License : BSD
Description : Provides a minimal infinite, lazy trie for integral types. It intentionally
: leaves out ideas such as delete and emptiness so that it can be used lazily,
: eg as the target of an infinite foldr. Essentially its purpose is to be
: an efficient implementation of a function from integral type, given
: point-at-a-time modifications.