How To Install ghc-curl-devel on Fedora 36

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

Introduction

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

What is ghc-curl-devel

This package provides the Haskell curl library development files.

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

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

sudo dnf -y install ghc-curl-devel

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

sudo yum -y install ghc-curl-devel

How To Uninstall ghc-curl-devel on Fedora 36

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

sudo dnf remove ghc-curl-devel

ghc-curl-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/curl-1.3.8
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Code.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Code.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Debug.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Debug.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Easy.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Easy.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Info.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Info.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Opts.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Opts.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Post.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Post.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Types.dyn_hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/Network/Curl/Types.hi
/usr/lib64/ghc-8.10.5/curl-1.3.8/libHScurl-1.3.8-IHLZ86WpOZLDtCoHPSD5F.a
/usr/lib64/ghc-8.10.5/package.conf.d/curl-1.3.8.conf
/usr/share/doc/ghc-curl-devel
/usr/share/doc/ghc-curl-devel/CHANGES

References

Summary

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