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

Last updated: October 05,2024

1. Install "ghc-foldl.x86_64" package

This guide covers the steps necessary to install ghc-foldl.x86_64 on Fedora 34

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

2. Uninstall "ghc-foldl.x86_64" package

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

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

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

Last metadata expiration check: 5:54:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-foldl
Version : 1.4.6
Release : 4.fc34
Architecture : x86_64
Size : 85 k
Source : ghc-foldl-1.4.6-4.fc34.src.rpm
Repository : fedora
Summary : Composable, streaming, and efficient left folds
URL : https://hackage.haskell.org/package/foldl
License : BSD
Description : This library provides strict left folds that stream in constant memory, and you
: can combine folds using 'Applicative' style to derive new folds.
: Derived folds still traverse the container just once and are often as efficient
: as hand-written folds.