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

Last updated: October 01,2024

1. Install "ghc-profunctors.x86_64" package

Here is a brief guide to show you how to install ghc-profunctors.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-profunctors.x86_64" package

Please follow the guidelines below to uninstall ghc-profunctors.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 2:48:56 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-profunctors
Version : 5.6.2
Release : 2.el9
Architecture : x86_64
Size : 131 k
Source : ghc-profunctors-5.6.2-2.el9.src.rpm
Repository : epel
Summary : Profunctors
URL : https://hackage.haskell.org/package/profunctors
License : BSD
Description : Profunctor represents a profunctor from Hask -> Hask. Intuitively it is a
: bifunctor where the first argument is contravariant and the second argument is
: covariant.