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

Last updated: July 03,2024

1. Install "ghc-assoc.x86_64" package

Please follow the guidance below to install ghc-assoc.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-assoc.x86_64" package

This guide let you learn how to uninstall ghc-assoc.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:04:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-assoc
Version : 1.0.2
Release : 4.el9
Architecture : x86_64
Size : 17 k
Source : ghc-assoc-1.0.2-4.el9.src.rpm
Repository : epel
Summary : Swap and assoc: Symmetric and Semigroupy Bifunctors
URL : https://hackage.haskell.org/package/assoc
License : BSD
Description : Provides generalizations of 'swap :: (a,b) -> (b,a)' and
: 'assoc :: ((a,b),c) -> (a,(b,c))' to Bifunctor's supporting similar operations
: (e.g. Either, These).