How To Install ghc-string-conversions on Fedora 36

In this tutorial we learn how to install ghc-string-conversions in Fedora 36. ghc-string-conversions is Simplifies dealing with different types for strings

Introduction

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

What is ghc-string-conversions

Provides a simple type class for converting values of different string types into values of other string types.

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

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

sudo dnf -y install ghc-string-conversions

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

sudo yum -y install ghc-string-conversions

How To Uninstall ghc-string-conversions on Fedora 36

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

sudo dnf remove ghc-string-conversions

ghc-string-conversions Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/62b6595180c25846867bb3e9b4d2d7d9ad420e
/usr/lib64/libHSstring-conversions-0.4.0.1-GSLLFJD4TNgIPUIpjWdaOa-ghc8.10.5.so
/usr/share/licenses/ghc-string-conversions
/usr/share/licenses/ghc-string-conversions/LICENSE

References

Summary

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