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

Last updated: November 27,2024

1. Install "ghc-MemoTrie.x86_64" package

This guide covers the steps necessary to install ghc-MemoTrie.x86_64 on Fedora 39

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

2. Uninstall "ghc-MemoTrie.x86_64" package

Please follow the step by step instructions below to uninstall ghc-MemoTrie.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:37:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-MemoTrie
Version : 0.6.11
Release : 1.fc39
Architecture : x86_64
Size : 40 k
Source : ghc-MemoTrie-0.6.11-1.fc39.src.rpm
Repository : fedora
Summary : Trie-based memo functions
URL : https://hackage.haskell.org/package/MemoTrie
License : BSD-3-Clause
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: