How To Install ghc-semialign on Fedora 36

In this tutorial we learn how to install ghc-semialign in Fedora 36. ghc-semialign is Haskell semialign library

Introduction

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

What is ghc-semialign

This package provides the Haskell semialign library.

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

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

sudo dnf -y install ghc-semialign

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

sudo yum -y install ghc-semialign

How To Uninstall ghc-semialign on Fedora 36

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

sudo dnf remove ghc-semialign

ghc-semialign Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/d8d7c704894591104469b5dceb1daf92fb10eb
/usr/lib64/libHSsemialign-1.1.0.1-22SXvSxxtNHG4BANONchko-ghc8.10.5.so
/usr/share/licenses/ghc-semialign
/usr/share/licenses/ghc-semialign/LICENSE

References

Summary

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