How To Install ghc-byteorder on Fedora 36

In this tutorial we learn how to install ghc-byteorder in Fedora 36. ghc-byteorder is Exposes the native endianness or byte ordering of the system

Introduction

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

What is ghc-byteorder

This package is for working with the native byte-ordering of the system.

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

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

sudo dnf -y install ghc-byteorder

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

sudo yum -y install ghc-byteorder

How To Uninstall ghc-byteorder on Fedora 36

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

sudo dnf remove ghc-byteorder

ghc-byteorder Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/8f7e5315b6c49ad8e36f97161b4825b6f9d4d9
/usr/lib64/libHSbyteorder-1.0.4-HnaHkJFNp8iDlUJGtdnY0n-ghc8.10.5.so
/usr/share/licenses/ghc-byteorder
/usr/share/licenses/ghc-byteorder/LICENSE

References

Summary

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