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

Last updated: September 23,2024

1. Install "ghc-fingertree.x86_64" package

Please follow the guidance below to install ghc-fingertree.x86_64 on Fedora 35

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

2. Uninstall "ghc-fingertree.x86_64" package

Please follow the guidelines below to uninstall ghc-fingertree.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:05:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-fingertree
Version : 0.1.4.2
Release : 9.fc35
Architecture : x86_64
Size : 113 k
Source : ghc-fingertree-0.1.4.2-9.fc35.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.