How To Install ghc-openssl-streams-devel on Fedora 36

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

Introduction

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

What is ghc-openssl-streams-devel

This package provides the Haskell openssl-streams library development files.

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

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

sudo dnf -y install ghc-openssl-streams-devel

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

sudo yum -y install ghc-openssl-streams-devel

How To Uninstall ghc-openssl-streams-devel on Fedora 36

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

sudo dnf remove ghc-openssl-streams-devel

ghc-openssl-streams-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0
/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0/System
/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0/System/IO
/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0/System/IO/Streams
/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0/System/IO/Streams/SSL.dyn_hi
/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0/System/IO/Streams/SSL.hi
/usr/lib64/ghc-8.10.5/openssl-streams-1.2.3.0/libHSopenssl-streams-1.2.3.0-6nxIjP9Ydzc7DsCt8KRtYz.a
/usr/lib64/ghc-8.10.5/package.conf.d/openssl-streams-1.2.3.0.conf
/usr/share/doc/ghc-openssl-streams-devel
/usr/share/doc/ghc-openssl-streams-devel/CONTRIBUTORS
/usr/share/doc/ghc-openssl-streams-devel/changelog.md

References

Summary

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