How To Install ghc-http-query-devel on Fedora 36

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

Introduction

In this tutorial we learn how to install ghc-http-query-devel on Fedora 36.

What is ghc-http-query-devel

This package provides the Haskell http-query library development files.

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

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

sudo dnf -y install ghc-http-query-devel

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

sudo yum -y install ghc-http-query-devel

How To Uninstall ghc-http-query-devel on Fedora 36

To uninstall only the ghc-http-query-devel package we can use the following command:

sudo dnf remove ghc-http-query-devel

ghc-http-query-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/http-query-0.1.3
/usr/lib64/ghc-8.10.5/http-query-0.1.3/Network
/usr/lib64/ghc-8.10.5/http-query-0.1.3/Network/HTTP
/usr/lib64/ghc-8.10.5/http-query-0.1.3/Network/HTTP/Query.dyn_hi
/usr/lib64/ghc-8.10.5/http-query-0.1.3/Network/HTTP/Query.hi
/usr/lib64/ghc-8.10.5/http-query-0.1.3/libHShttp-query-0.1.3-BKOBg1jboiIHcMnh91Bfha.a
/usr/lib64/ghc-8.10.5/package.conf.d/http-query-0.1.3.conf
/usr/share/doc/ghc-http-query-devel
/usr/share/doc/ghc-http-query-devel/ChangeLog.md
/usr/share/doc/ghc-http-query-devel/README.md

References

Summary

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