How To Install ghc-cabal-helper-prof on Fedora 36

In this tutorial we learn how to install ghc-cabal-helper-prof in Fedora 36. ghc-cabal-helper-prof is Haskell cabal-helper profiling library

Introduction

In this tutorial we learn how to install ghc-cabal-helper-prof on Fedora 36.

What is ghc-cabal-helper-prof

This package provides the Haskell cabal-helper profiling library.

We can use yum or dnf to install ghc-cabal-helper-prof on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-cabal-helper-prof.

Install ghc-cabal-helper-prof on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ghc-cabal-helper-prof using dnf by running the following command:

sudo dnf -y install ghc-cabal-helper-prof

Install ghc-cabal-helper-prof on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ghc-cabal-helper-prof using yum by running the following command:

sudo yum -y install ghc-cabal-helper-prof

How To Uninstall ghc-cabal-helper-prof on Fedora 36

To uninstall only the ghc-cabal-helper-prof package we can use the following command:

sudo dnf remove ghc-cabal-helper-prof

ghc-cabal-helper-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Cabal.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/CompPrograms.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Compat/Environment.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Compat/Parsec.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Compat/Version.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Compile.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Data.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Log.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Process.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Program/CabalInstall.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Program/GHC.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Program/Stack.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Sandbox.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Types.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Types/Cabal.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Compiletime/Types/RelativePath.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Runtime/Compat.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Runtime/HelperMain.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Shared/Common.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/CabalHelper/Shared/InterfaceTypes.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/Distribution/Helper.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/Distribution/Helper/Discover.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/Paths_cabal_helper.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/Symlink.p_hi
/usr/lib64/ghc-8.10.5/cabal-helper-1.1.0.0/libHScabal-helper-1.1.0.0-8Jw8PbrXIiY4xY2BgtTtpn_p.a

References

Summary

In this tutorial we learn how to install ghc-cabal-helper-prof on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).