How to Install and Uninstall ghc-data-inttrie.x86_64 Package on Fedora 36
Last updated: November 30,2024
1. Install "ghc-data-inttrie.x86_64" package
This is a short guide on how to install ghc-data-inttrie.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
ghc-data-inttrie.x86_64
Copied
2. Uninstall "ghc-data-inttrie.x86_64" package
Learn how to uninstall ghc-data-inttrie.x86_64 on Fedora 36:
$
sudo dnf remove
ghc-data-inttrie.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-data-inttrie.x86_64 package on Fedora 36
Last metadata expiration check: 2:31:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-data-inttrie
Version : 0.1.4
Release : 11.fc36
Architecture : x86_64
Size : 24 k
Source : ghc-data-inttrie-0.1.4-11.fc36.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.
Available Packages
Name : ghc-data-inttrie
Version : 0.1.4
Release : 11.fc36
Architecture : x86_64
Size : 24 k
Source : ghc-data-inttrie-0.1.4-11.fc36.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.