How To Install ghc-simple-sendfile-devel on Fedora 36

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

Introduction

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

What is ghc-simple-sendfile-devel

This package provides the Haskell simple-sendfile library development files.

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

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

sudo dnf -y install ghc-simple-sendfile-devel

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

sudo yum -y install ghc-simple-sendfile-devel

How To Uninstall ghc-simple-sendfile-devel on Fedora 36

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

sudo dnf remove ghc-simple-sendfile-devel

ghc-simple-sendfile-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/simple-sendfile-0.2.30.conf
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile.dyn_hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile.hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile/Linux.dyn_hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile/Linux.hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile/Types.dyn_hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/Network/Sendfile/Types.hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/System
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/System/Linux
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/System/Linux/Sendfile.dyn_hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/System/Linux/Sendfile.hi
/usr/lib64/ghc-8.10.5/simple-sendfile-0.2.30/libHSsimple-sendfile-0.2.30-Bq4ureIx7Bj9aUP55jfWJb.a

References

Summary

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