How To Install ghc-emojis on Fedora 36

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

Introduction

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

What is ghc-emojis

This package provides the Haskell emojis library.

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

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

sudo dnf -y install ghc-emojis

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

sudo yum -y install ghc-emojis

How To Uninstall ghc-emojis on Fedora 36

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

sudo dnf remove ghc-emojis

ghc-emojis Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/fd519c4a0c3b243d0593f2a12a9a5285eab820
/usr/lib64/libHSemojis-0.1-F1NiDIlJOo2CBMMw3Q3Nba-ghc8.10.5.so
/usr/share/licenses/ghc-emojis
/usr/share/licenses/ghc-emojis/LICENSE

References

Summary

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