How To Install ghc-turtle-devel on Fedora 36

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

Introduction

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

What is ghc-turtle-devel

This package provides the Haskell turtle library development files.

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

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

sudo dnf -y install ghc-turtle-devel

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

sudo yum -y install ghc-turtle-devel

How To Uninstall ghc-turtle-devel on Fedora 36

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

sudo dnf remove ghc-turtle-devel

ghc-turtle-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/turtle-1.5.22.conf
/usr/lib64/ghc-8.10.5/turtle-1.5.22
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Bytes.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Bytes.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Format.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Format.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Internal.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Line.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Line.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Options.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Options.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Pattern.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Pattern.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Prelude.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Prelude.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Shell.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Shell.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Tutorial.dyn_hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/Turtle/Tutorial.hi
/usr/lib64/ghc-8.10.5/turtle-1.5.22/libHSturtle-1.5.22-BgViePmQqmEDR6cYDVLhgg.a
/usr/share/doc/ghc-turtle-devel
/usr/share/doc/ghc-turtle-devel/CHANGELOG.md

References

Summary

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