How To Install ghc-vault-prof on Fedora 36

In this tutorial we learn how to install ghc-vault-prof in Fedora 36. ghc-vault-prof is Haskell vault profiling library

Introduction

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

What is ghc-vault-prof

This package provides the Haskell vault profiling library.

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

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

sudo dnf -y install ghc-vault-prof

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

sudo yum -y install ghc-vault-prof

How To Uninstall ghc-vault-prof on Fedora 36

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

sudo dnf remove ghc-vault-prof

ghc-vault-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/vault-0.3.1.5/Data/Unique/Really.p_hi
/usr/lib64/ghc-8.10.5/vault-0.3.1.5/Data/Vault/Lazy.p_hi
/usr/lib64/ghc-8.10.5/vault-0.3.1.5/Data/Vault/ST/Lazy.p_hi
/usr/lib64/ghc-8.10.5/vault-0.3.1.5/Data/Vault/ST/Strict.p_hi
/usr/lib64/ghc-8.10.5/vault-0.3.1.5/Data/Vault/Strict.p_hi
/usr/lib64/ghc-8.10.5/vault-0.3.1.5/libHSvault-0.3.1.5-A07MVViJ8FZHmMFUxNwBWS_p.a

References

Summary

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