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

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

Introduction

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

What is ghc-network-uri-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-network-uri-devel

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

/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI.dyn_hi
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI.hi
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI/Lens.dyn_hi
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI/Lens.hi
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI/Static.dyn_hi
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/Network/URI/Static.hi
/usr/lib64/ghc-8.10.5/network-uri-2.6.4.1/libHSnetwork-uri-2.6.4.1-2R61L6t2WzL2ZwKkeVSxCa.a
/usr/lib64/ghc-8.10.5/package.conf.d/network-uri-2.6.4.1.conf
/usr/share/doc/ghc-network-uri-devel
/usr/share/doc/ghc-network-uri-devel/CHANGELOG.md
/usr/share/doc/ghc-network-uri-devel/README.md

References

Summary

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