How To Install ghc-yesod-form-prof on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-yesod-form-prof on Fedora 36.

What is ghc-yesod-form-prof

This package provides the Haskell yesod-form profiling library.

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

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

sudo dnf -y install ghc-yesod-form-prof

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

sudo yum -y install ghc-yesod-form-prof

How To Uninstall ghc-yesod-form-prof on Fedora 36

To uninstall only the ghc-yesod-form-prof package we can use the following command:

sudo dnf remove ghc-yesod-form-prof

ghc-yesod-form-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Bootstrap3.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Fields.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Functions.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Chinese.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Czech.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Dutch.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/English.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/French.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/German.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Japanese.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Korean.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Norwegian.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Portuguese.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Russian.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Spanish.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/I18n/Swedish.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Input.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Jquery.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/MassInput.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Nic.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/Yesod/Form/Types.p_hi
/usr/lib64/ghc-8.10.5/yesod-form-1.7.0/libHSyesod-form-1.7.0-5obHRPJYyka9G5AN4Ki5jc_p.a

References

Summary

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