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

Last updated: October 11,2024

1. Install "ghc-assoc.x86_64" package

This guide let you learn how to install ghc-assoc.x86_64 on AlmaLinux 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 AlmaLinux 9:

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

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

Last metadata expiration check: 2:48:06 ago on Wed Mar 13 07:41:12 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).