How To Install ghc-modern-uri-prof on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-modern-uri-prof on Fedora 36.

What is ghc-modern-uri-prof

This package provides the Haskell modern-uri profiling library.

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

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

sudo dnf -y install ghc-modern-uri-prof

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

sudo yum -y install ghc-modern-uri-prof

How To Uninstall ghc-modern-uri-prof on Fedora 36

To uninstall only the ghc-modern-uri-prof package we can use the following command:

sudo dnf remove ghc-modern-uri-prof

ghc-modern-uri-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Lens.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/ByteString.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text/Utils.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/QQ.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Render.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Types.p_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/libHSmodern-uri-0.3.4.1-4XLVUEuKof1BkUB4Wh8yy6_p.a

References

Summary

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