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

Last updated: October 13,2024

1. Install "ghc-filtrable.x86_64" package

This is a short guide on how to install ghc-filtrable.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-filtrable.x86_64" package

Please follow the steps below to uninstall ghc-filtrable.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:39:30 ago on Thu Feb 15 07:50:05 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.