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

Last updated: January 11,2025

1. Install "ghc-MemoTrie.x86_64" package

This is a short guide on how to install ghc-MemoTrie.x86_64 on Fedora 35

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

2. Uninstall "ghc-MemoTrie.x86_64" package

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

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

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

Last metadata expiration check: 1:09:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-MemoTrie
Version : 0.6.10
Release : 13.fc35
Architecture : x86_64
Size : 41 k
Source : ghc-MemoTrie-0.6.10-13.fc35.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: