How To Install ghc-connection on Fedora 36

In this tutorial we learn how to install ghc-connection in Fedora 36. ghc-connection is Simple and easy network connections API

Introduction

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

What is ghc-connection

Simple network library for all your connection need. Features This library provides a very simple api to create sockets to a destination with the choice of SSL/TLS, and SOCKS.

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

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

sudo dnf -y install ghc-connection

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

sudo yum -y install ghc-connection

How To Uninstall ghc-connection on Fedora 36

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

sudo dnf remove ghc-connection

ghc-connection Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/7d3af902a17ecb64299bcdaecf822cbddcd054
/usr/lib64/libHSconnection-0.3.1-tZuQt9bf02JkrcRSHxeR-ghc8.10.5.so
/usr/share/licenses/ghc-connection
/usr/share/licenses/ghc-connection/LICENSE

References

Summary

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