How To Install ghc-feed-prof on Fedora 36

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

Introduction

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

What is ghc-feed-prof

This package provides the Haskell feed profiling library.

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

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

sudo dnf -y install ghc-feed-prof

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

sudo yum -y install ghc-feed-prof

How To Uninstall ghc-feed-prof on Fedora 36

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

sudo dnf remove ghc-feed-prof

ghc-feed-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Data/Text/Util.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Data/XML/Compat.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Feed.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Feed/Export.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Feed/Import.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Feed/Link.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Feed/Validate.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Pub.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Atom/Pub/Export.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/DublinCore/Types.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Constructor.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Export.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Import.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Query.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Translate.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Types.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/Feed/Util.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS/Export.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS/Import.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS/Syntax.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS1/Export.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS1/Import.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS1/Syntax.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/Text/RSS1/Utils.p_hi
/usr/lib64/ghc-8.10.5/feed-1.3.2.0/libHSfeed-1.3.2.0-6kJIcq7uJXtIWxqSKKWuSm_p.a

References

Summary

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