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

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

Introduction

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

What is ghc-http-types-devel

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

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

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

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

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

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

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

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

sudo dnf remove ghc-http-types-devel

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

/usr/lib64/ghc-8.10.5/http-types-0.12.3
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Header.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Header.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Method.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Method.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/QueryLike.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/QueryLike.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Status.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Status.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/URI.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/URI.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Version.dyn_hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/Network/HTTP/Types/Version.hi
/usr/lib64/ghc-8.10.5/http-types-0.12.3/libHShttp-types-0.12.3-b6VzLV235RLJjj3vsZAi6.a
/usr/lib64/ghc-8.10.5/package.conf.d/http-types-0.12.3.conf
/usr/share/doc/ghc-http-types-devel
/usr/share/doc/ghc-http-types-devel/CHANGELOG
/usr/share/doc/ghc-http-types-devel/README

References

Summary

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