How To Install ghc-void-devel on Fedora 36

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

Introduction

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

What is ghc-void-devel

This package provides the Haskell void library development files.

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

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

sudo dnf -y install ghc-void-devel

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

sudo yum -y install ghc-void-devel

How To Uninstall ghc-void-devel on Fedora 36

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

sudo dnf remove ghc-void-devel

ghc-void-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/void-0.7.3.conf
/usr/lib64/ghc-8.10.5/void-0.7.3
/usr/lib64/ghc-8.10.5/void-0.7.3/Data
/usr/lib64/ghc-8.10.5/void-0.7.3/Data/Void
/usr/lib64/ghc-8.10.5/void-0.7.3/Data/Void/Unsafe.dyn_hi
/usr/lib64/ghc-8.10.5/void-0.7.3/Data/Void/Unsafe.hi
/usr/lib64/ghc-8.10.5/void-0.7.3/libHSvoid-0.7.3-H5UI39LbzGKEyRG3e9paaj.a
/usr/share/doc/ghc-void-devel
/usr/share/doc/ghc-void-devel/CHANGELOG.markdown
/usr/share/doc/ghc-void-devel/README.markdown

References

Summary

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