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

Last updated: April 30,2024

1. Install "ghc-assoc.x86_64" package

Please follow the instructions below to install ghc-assoc.x86_64 on Fedora 35

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

2. Uninstall "ghc-assoc.x86_64" package

Please follow the guidance below to uninstall ghc-assoc.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:09:42 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-assoc
Version : 1.0.2
Release : 3.fc35
Architecture : x86_64
Size : 17 k
Source : ghc-assoc-1.0.2-3.fc35.src.rpm
Repository : fedora
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).