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

In this tutorial we learn how to install ghc-modern-uri-devel in Fedora 36. ghc-modern-uri-devel is Haskell modern-uri library development files

Introduction

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

What is ghc-modern-uri-devel

This package provides the Haskell modern-uri library development files.

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

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

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

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

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

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

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

sudo dnf remove ghc-modern-uri-devel

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

/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Lens.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Lens.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/ByteString.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/ByteString.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text/Utils.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Parser/Text/Utils.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/QQ.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/QQ.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Render.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Render.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Types.dyn_hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/Text/URI/Types.hi
/usr/lib64/ghc-8.10.5/modern-uri-0.3.4.1/libHSmodern-uri-0.3.4.1-4XLVUEuKof1BkUB4Wh8yy6.a
/usr/lib64/ghc-8.10.5/package.conf.d/modern-uri-0.3.4.1.conf
/usr/share/doc/ghc-modern-uri-devel
/usr/share/doc/ghc-modern-uri-devel/CHANGELOG.md
/usr/share/doc/ghc-modern-uri-devel/README.md

References

Summary

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