How To Install ghc-vty-prof on Fedora 36

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

Introduction

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

What is ghc-vty-prof

This package provides the Haskell vty profiling library.

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

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

sudo dnf -y install ghc-vty-prof

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

sudo yum -y install ghc-vty-prof

How To Uninstall ghc-vty-prof on Fedora 36

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

sudo dnf remove ghc-vty-prof

ghc-vty-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/vty-5.33/Codec/Binary/UTF8/Debug.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Data/Terminfo/Eval.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Data/Terminfo/Parse.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Text/Width.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Attributes.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Attributes/Color.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Attributes/Color240.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Config.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Debug.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Debug/Image.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/DisplayAttributes.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Error.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Image.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Image/Internal.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Inline.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Inline/Unsafe.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Classify.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Classify/Parse.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Classify/Types.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Events.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Focus.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Loop.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Mouse.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Paste.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Terminfo.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Input/Terminfo/ANSIVT.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Output.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Output/Interface.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Output/Mock.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Output/TerminfoBased.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Output/XTermColor.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Picture.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/PictureToSpans.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/Span.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/UnicodeWidthTable/IO.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/UnicodeWidthTable/Install.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/UnicodeWidthTable/Query.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/Graphics/Vty/UnicodeWidthTable/Types.p_hi
/usr/lib64/ghc-8.10.5/vty-5.33/libHSvty-5.33-9FHlJVC9M5mHB5NRGKitDh_p.a

References

Summary

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