How To Install ghc-tart-devel on Fedora 36

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

Introduction

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

What is ghc-tart-devel

This package provides the Haskell tart library development files.

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

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

sudo dnf -y install ghc-tart-devel

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

sudo yum -y install ghc-tart-devel

How To Uninstall ghc-tart-devel on Fedora 36

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

sudo dnf remove ghc-tart-devel

ghc-tart-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/tart-0.3.conf
/usr/lib64/ghc-8.10.5/tart-0.3
/usr/lib64/ghc-8.10.5/tart-0.3/Tart
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Canvas.dyn_hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Canvas.hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format.dyn_hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format.hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/Types.dyn_hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/Types.hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/V0.dyn_hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/V0.hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/V1.dyn_hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/V1.hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/V2.dyn_hi
/usr/lib64/ghc-8.10.5/tart-0.3/Tart/Format/V2.hi
/usr/lib64/ghc-8.10.5/tart-0.3/libHStart-0.3-CxlKg3waZMJBgsUbK8Ihay.a
/usr/share/doc/ghc-tart-devel
/usr/share/doc/ghc-tart-devel/CHANGELOG.md
/usr/share/doc/ghc-tart-devel/README.md

References

Summary

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