How To Install ghc-uri-encode on Fedora 36

In this tutorial we learn how to install ghc-uri-encode in Fedora 36. ghc-uri-encode is Unicode aware uri-encoding

Introduction

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

What is ghc-uri-encode

This package allows you to uri encode and uri decode Strings, Texts and ByteString values.

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

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

sudo dnf -y install ghc-uri-encode

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

sudo yum -y install ghc-uri-encode

How To Uninstall ghc-uri-encode on Fedora 36

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

sudo dnf remove ghc-uri-encode

ghc-uri-encode Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/7a8c50ea68172eb86769e6327b335005b881cd
/usr/lib64/libHSuri-encode-1.5.0.7-6OvkRLqJ80cIez52pxrdN0-ghc8.10.5.so
/usr/share/licenses/ghc-uri-encode
/usr/share/licenses/ghc-uri-encode/LICENSE

References

Summary

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