How To Install ghc-concatenative on Fedora 36

In this tutorial we learn how to install ghc-concatenative in Fedora 36. ghc-concatenative is A library for postfix control flow

Introduction

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

What is ghc-concatenative

Concatenative gives haskell factor style combinators and arrows for postfix notation. For more information on stack based languages, see <http

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

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

sudo dnf -y install ghc-concatenative

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

sudo yum -y install ghc-concatenative

How To Uninstall ghc-concatenative on Fedora 36

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

sudo dnf remove ghc-concatenative

ghc-concatenative Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/e4974621ad121d7725198adcd33c1e9acc2723
/usr/lib64/libHSconcatenative-1.0.1-B0EeZHpQZKIIkK1J9CNrp9-ghc8.10.5.so
/usr/share/licenses/ghc-concatenative
/usr/share/licenses/ghc-concatenative/LICENSE

References

Summary

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