How to Install and Uninstall ghc-assoc.x86_64 Package on Fedora 38

Last updated: September 29,2024

1. Install "ghc-assoc.x86_64" package

Learn how to install ghc-assoc.x86_64 on Fedora 38

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

2. Uninstall "ghc-assoc.x86_64" package

Please follow the instructions below to uninstall ghc-assoc.x86_64 on Fedora 38:

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

3. Information about the ghc-assoc.x86_64 package on Fedora 38

Last metadata expiration check: 0:30:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-assoc
Version : 1.0.2
Release : 11.fc38
Architecture : x86_64
Size : 17 k
Source : ghc-assoc-1.0.2-11.fc38.src.rpm
Repository : fedora
Summary : Swap and assoc: Symmetric and Semigroupy Bifunctors
URL : https://hackage.haskell.org/package/assoc
License : BSD-3-Clause
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).