How to Install and Uninstall ghc-profunctors.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "ghc-profunctors.x86_64" package

Learn how to install ghc-profunctors.x86_64 on Fedora 36

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

2. Uninstall "ghc-profunctors.x86_64" package

Please follow the step by step instructions below to uninstall ghc-profunctors.x86_64 on Fedora 36:

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

3. Information about the ghc-profunctors.x86_64 package on Fedora 36

Last metadata expiration check: 5:21:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-profunctors
Version : 5.6.2
Release : 2.fc36
Architecture : x86_64
Size : 131 k
Source : ghc-profunctors-5.6.2-2.fc36.src.rpm
Repository : fedora
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.