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

Last updated: October 07,2024

1. Install "ghc-foldl.x86_64" package

Please follow the guidance below to install ghc-foldl.x86_64 on Fedora 36

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

2. Uninstall "ghc-foldl.x86_64" package

Learn how to uninstall ghc-foldl.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:30:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-foldl
Version : 1.4.12
Release : 2.fc36
Architecture : x86_64
Size : 87 k
Source : ghc-foldl-1.4.12-2.fc36.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.