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

Last updated: October 07,2024

1. Install "ghc-MemoTrie.x86_64" package

Please follow the instructions below to install ghc-MemoTrie.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-MemoTrie.x86_64

2. Uninstall "ghc-MemoTrie.x86_64" package

Please follow the guidelines below to uninstall ghc-MemoTrie.x86_64 on Fedora 34:

$ sudo dnf remove ghc-MemoTrie.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:17:29 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-MemoTrie
Version : 0.6.10
Release : 11.fc34
Architecture : x86_64
Size : 43 k
Source : ghc-MemoTrie-0.6.10-11.fc34.src.rpm
Repository : fedora
Summary : Trie-based memo functions
URL : https://hackage.haskell.org/package/MemoTrie
License : BSD
Description : MemoTrie provides a basis for memoized functions over some domains, using
: tries. It's based on ideas from Ralf Hinze and code from Spencer Janssen.
: Generic support thanks to Sam Boosalis.
:
: Project wiki page: