How to Install and Uninstall ghc-foldl.x86_64 Package on Fedora 35
Last updated: November 27,2024
1. Install "ghc-foldl.x86_64" package
This guide covers the steps necessary to install ghc-foldl.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ghc-foldl.x86_64
Copied
2. Uninstall "ghc-foldl.x86_64" package
This guide covers the steps necessary to uninstall ghc-foldl.x86_64 on Fedora 35:
$
sudo dnf remove
ghc-foldl.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-foldl.x86_64 package on Fedora 35
Last metadata expiration check: 1:58:00 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-foldl
Version : 1.4.12
Release : 1.fc35
Architecture : x86_64
Size : 87 k
Source : ghc-foldl-1.4.12-1.fc35.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.
Available Packages
Name : ghc-foldl
Version : 1.4.12
Release : 1.fc35
Architecture : x86_64
Size : 87 k
Source : ghc-foldl-1.4.12-1.fc35.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.