How To Install ghc-network-uri on Fedora 36

In this tutorial we learn how to install ghc-network-uri in Fedora 36. ghc-network-uri is URI manipulation

Introduction

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

What is ghc-network-uri

This package provides an URI manipulation interface.

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

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

sudo dnf -y install ghc-network-uri

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

sudo yum -y install ghc-network-uri

How To Uninstall ghc-network-uri on Fedora 36

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

sudo dnf remove ghc-network-uri

ghc-network-uri Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/a915e174d190c26b1fe290a62c346b4ead963b
/usr/lib64/libHSnetwork-uri-2.6.4.1-2R61L6t2WzL2ZwKkeVSxCa-ghc8.10.5.so
/usr/share/licenses/ghc-network-uri
/usr/share/licenses/ghc-network-uri/LICENSE

References

Summary

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