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

Last updated: May 19,2024

1. Install "ghc-profunctors.x86_64" package

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

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

2. Uninstall "ghc-profunctors.x86_64" package

Please follow the instructions below to uninstall ghc-profunctors.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:51:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-profunctors
Version : 5.6.2
Release : 1.fc35
Architecture : x86_64
Size : 131 k
Source : ghc-profunctors-5.6.2-1.fc35.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.