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

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

Introduction

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

What is ghc-uri-encode-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-uri-encode-devel

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

/usr/lib64/ghc-8.10.5/package.conf.d/uri-encode-1.5.0.7.conf
/usr/lib64/ghc-8.10.5/uri-encode-1.5.0.7
/usr/lib64/ghc-8.10.5/uri-encode-1.5.0.7/Network
/usr/lib64/ghc-8.10.5/uri-encode-1.5.0.7/Network/URI
/usr/lib64/ghc-8.10.5/uri-encode-1.5.0.7/Network/URI/Encode.dyn_hi
/usr/lib64/ghc-8.10.5/uri-encode-1.5.0.7/Network/URI/Encode.hi
/usr/lib64/ghc-8.10.5/uri-encode-1.5.0.7/libHSuri-encode-1.5.0.7-6OvkRLqJ80cIez52pxrdN0.a
/usr/share/doc/ghc-uri-encode-devel
/usr/share/doc/ghc-uri-encode-devel/CHANGELOG.md
/usr/share/doc/ghc-uri-encode-devel/README.md

References

Summary

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