How to Install and Uninstall ghc-assoc.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "ghc-assoc.x86_64" package

Learn how to install ghc-assoc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-assoc.x86_64" package

Please follow the guidelines below to uninstall ghc-assoc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-assoc.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:45:07 ago on Mon Feb 26 07:04:30 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).