How to Install and Uninstall ghc-filtrable.x86_64 Package on AlmaLinux 9

Last updated: June 23,2024

1. Install "ghc-filtrable.x86_64" package

This guide covers the steps necessary to install ghc-filtrable.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-filtrable.x86_64" package

This tutorial shows how to uninstall ghc-filtrable.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-filtrable.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:26:40 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-filtrable
Version : 0.1.4.0
Release : 33.el9
Architecture : x86_64
Size : 29 k
Source : ghc-filtrable-0.1.4.0-33.el9.src.rpm
Repository : epel
Summary : Class of filtrable containers
URL : https://hackage.haskell.org/package/filtrable
License : BSD
Description : Class of filtrable containers, i.e. containers we can map over
: while selectively dropping elements.