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

Last updated: January 17,2025

1. Install "ghc-profunctors.x86_64" package

This tutorial shows how to install ghc-profunctors.x86_64 on Fedora 39

$ 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 Fedora 39:

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

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

Last metadata expiration check: 0:52:20 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-profunctors
Version : 5.6.2
Release : 10.fc39
Architecture : x86_64
Size : 131 k
Source : ghc-profunctors-5.6.2-10.fc39.src.rpm
Repository : fedora
Summary : Profunctors
URL : https://hackage.haskell.org/package/profunctors
License : BSD-3-Clause
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.