How To Install ghc-half on Fedora 36

In this tutorial we learn how to install ghc-half in Fedora 36. ghc-half is Half-precision floating-point

Introduction

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

What is ghc-half

Half-precision floating-point.

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

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

sudo dnf -y install ghc-half

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

sudo yum -y install ghc-half

How To Uninstall ghc-half on Fedora 36

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

sudo dnf remove ghc-half

ghc-half Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/cc8a45f5e93965ca4a84fe2c35e9b9dc5c6789
/usr/lib64/libHShalf-0.3.1-BRlwexI8A3uBHxv3tEBs7D-ghc8.10.5.so
/usr/share/licenses/ghc-half
/usr/share/licenses/ghc-half/LICENSE

References

Summary

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