How To Install ghc-hosc on Fedora 36

In this tutorial we learn how to install ghc-hosc in Fedora 36. ghc-hosc is Haskell Open Sound Control

Introduction

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

What is ghc-hosc

‘hosc’ implements a subset of the Open Sound Control byte protocol, <http See “Sound.OSC.Core” or “Sound.OSC” or “Sound.OSC.FD”.

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

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

sudo dnf -y install ghc-hosc

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

sudo yum -y install ghc-hosc

How To Uninstall ghc-hosc on Fedora 36

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

sudo dnf remove ghc-hosc

ghc-hosc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/cb3e05c6f226231bfd1796350634363250815f
/usr/lib64/libHShosc-0.18.1-9cG81MVQOASEkDAj5WljYg-ghc8.10.5.so

References

Summary

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