How To Install ghc-tidal on Fedora 36

In this tutorial we learn how to install ghc-tidal in Fedora 36. ghc-tidal is Pattern language for improvised music

Introduction

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

What is ghc-tidal

Tidal is a domain specific language for live coding patterns.

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

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

sudo dnf -y install ghc-tidal

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

sudo yum -y install ghc-tidal

How To Uninstall ghc-tidal on Fedora 36

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

sudo dnf remove ghc-tidal

ghc-tidal Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/e4a5b838786eb35329c22a244a1db15bece37f
/usr/lib64/libHStidal-1.7.8-I8w0dV73v0NFthlmTrOQvu-ghc8.10.5.so
/usr/share/licenses/ghc-tidal
/usr/share/licenses/ghc-tidal/LICENSE
/usr/share/tidal-1.7.8
/usr/share/tidal-1.7.8/BootTidal.hs

References

Summary

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