How To Install ghc-hgettext-devel on Fedora 36

In this tutorial we learn how to install ghc-hgettext-devel in Fedora 36. ghc-hgettext-devel is Haskell hgettext library development files

Introduction

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

What is ghc-hgettext-devel

This package provides the Haskell hgettext library development files.

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

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

sudo dnf -y install ghc-hgettext-devel

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

sudo yum -y install ghc-hgettext-devel

How To Uninstall ghc-hgettext-devel on Fedora 36

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

sudo dnf remove ghc-hgettext-devel

ghc-hgettext-devel Package Contents on Fedora 36

/usr/bin/hgettext
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/9e93af7819a7000aa0a5788600abd2f7069e88
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Distribution
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Distribution/Simple
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Distribution/Simple/I18N
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Distribution/Simple/I18N/GetText.dyn_hi
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Distribution/Simple/I18N/GetText.hi
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Internal.hi
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Text
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Text/I18N
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Text/I18N/GetText.dyn_hi
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/Text/I18N/GetText.hi
/usr/lib64/ghc-8.10.5/hgettext-0.1.31.0/libHShgettext-0.1.31.0-IpHZtSQ71UTKktry3Sf070.a
/usr/lib64/ghc-8.10.5/package.conf.d/hgettext-0.1.31.0.conf

References

Summary

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