How To Install ghc-openssl-streams on Fedora 36

In this tutorial we learn how to install ghc-openssl-streams in Fedora 36. ghc-openssl-streams is OpenSSL network support for io-streams

Introduction

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

What is ghc-openssl-streams

The openssl-streams library contains io-streams routines for secure networking using OpenSSL (by way of HsOpenSSL).

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

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

sudo dnf -y install ghc-openssl-streams

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

sudo yum -y install ghc-openssl-streams

How To Uninstall ghc-openssl-streams on Fedora 36

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

sudo dnf remove ghc-openssl-streams

ghc-openssl-streams Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/308b670768cc3cff7290361102576c3e7c5258
/usr/lib64/libHSopenssl-streams-1.2.3.0-6nxIjP9Ydzc7DsCt8KRtYz-ghc8.10.5.so
/usr/share/licenses/ghc-openssl-streams
/usr/share/licenses/ghc-openssl-streams/LICENSE

References

Summary

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