How To Install ghc-executable-path-devel on Fedora 36

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

Introduction

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

What is ghc-executable-path-devel

This package provides the Haskell executable-path library development files.

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

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

sudo dnf -y install ghc-executable-path-devel

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

sudo yum -y install ghc-executable-path-devel

How To Uninstall ghc-executable-path-devel on Fedora 36

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

sudo dnf remove ghc-executable-path-devel

ghc-executable-path-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable.dyn_hi
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable.hi
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable/Linux.dyn_hi
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/System/Environment/Executable/Linux.hi
/usr/lib64/ghc-8.10.5/executable-path-0.0.3.1/libHSexecutable-path-0.0.3.1-84VowVJXXjdLu8L9GxK1jL.a
/usr/lib64/ghc-8.10.5/package.conf.d/executable-path-0.0.3.1.conf

References

Summary

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