How To Install ghc-hledger-web-prof on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-hledger-web-prof on Fedora 36.

What is ghc-hledger-web-prof

This package provides the Haskell hledger-web profiling library.

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

Install ghc-hledger-web-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-hledger-web-prof using dnf by running the following command:

sudo dnf -y install ghc-hledger-web-prof

Install ghc-hledger-web-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-hledger-web-prof using yum by running the following command:

sudo yum -y install ghc-hledger-web-prof

How To Uninstall ghc-hledger-web-prof on Fedora 36

To uninstall only the ghc-hledger-web-prof package we can use the following command:

sudo dnf remove ghc-hledger-web-prof

ghc-hledger-web-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Application.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Foundation.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Handler/AddR.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Handler/EditR.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Handler/JournalR.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Handler/MiscR.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Handler/RegisterR.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Handler/UploadR.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Import.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Main.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Settings.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Settings/StaticFiles.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Test.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/WebOptions.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Widget/AddForm.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Hledger/Web/Widget/Common.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/Paths_hledger_web.p_hi
/usr/lib64/ghc-8.10.5/hledger-web-1.21/libHShledger-web-1.21-KhTVJHO1Qfl9FDq9M0iIb8_p.a

References

Summary

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