How To Install ghc-config-ini on Fedora 36

In this tutorial we learn how to install ghc-config-ini in Fedora 36. ghc-config-ini is A library for simple INI-based configuration files

Introduction

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

What is ghc-config-ini

The ‘config-ini’ library is a set of small monadic languages for writing simple configuration languages with convenient, human-readable error messages.

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

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

sudo dnf -y install ghc-config-ini

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

sudo yum -y install ghc-config-ini

How To Uninstall ghc-config-ini on Fedora 36

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

sudo dnf remove ghc-config-ini

ghc-config-ini Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/5463790b87e999add29c95fa03d554bb8a323d
/usr/lib64/libHSconfig-ini-0.2.4.0-EVsnekLRTo7DxxVjtFacsN-ghc8.10.5.so
/usr/share/licenses/ghc-config-ini
/usr/share/licenses/ghc-config-ini/LICENSE

References

Summary

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