How to Install and Uninstall ghc-fingertree.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "ghc-fingertree.x86_64" package

Please follow the steps below to install ghc-fingertree.x86_64 on Fedora 36

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

2. Uninstall "ghc-fingertree.x86_64" package

This is a short guide on how to uninstall ghc-fingertree.x86_64 on Fedora 36:

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

3. Information about the ghc-fingertree.x86_64 package on Fedora 36

Last metadata expiration check: 3:11:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-fingertree
Version : 0.1.4.2
Release : 10.fc36
Architecture : x86_64
Size : 113 k
Source : ghc-fingertree-0.1.4.2-10.fc36.src.rpm
Repository : fedora
Summary : Generic finger-tree structure, with example instances
URL : https://hackage.haskell.org/package/fingertree
License : BSD
Description : A general sequence representation with arbitrary annotations, for use as a base
: for implementations of various collection types, with examples, as described in
: section 4 of
:
: * Ralf Hinze and Ross Paterson, "Finger trees: a simple general-purpose data
: structure", /Journal of Functional Programming/ 16:2 (2006) pp 197-217.
:
:
: For a tuned sequence type, see 'Data.Sequence' in the 'containers' package,
: which is a specialization of this structure.