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

Last updated: October 10,2024

1. Install "ghc-profunctors.x86_64" package

Please follow the guidelines below to install ghc-profunctors.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-profunctors.x86_64" package

This is a short guide on how to uninstall ghc-profunctors.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:23:59 ago on Mon Feb 26 07:04:30 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.