How To Install ghc-string-qq on Fedora 36

In this tutorial we learn how to install ghc-string-qq in Fedora 36. ghc-string-qq is QuasiQuoter for non-interpolated strings, texts and bytestrings

Introduction

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

What is ghc-string-qq

QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for writing multi-line IsString literals.

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

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

sudo dnf -y install ghc-string-qq

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

sudo yum -y install ghc-string-qq

How To Uninstall ghc-string-qq on Fedora 36

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

sudo dnf remove ghc-string-qq

ghc-string-qq Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/58d8ac187141b36f4f07dc496a409cbd8e44fa
/usr/lib64/libHSstring-qq-0.0.4-7sGt5EpqGroFFssjtRblF1-ghc8.10.5.so
/usr/share/licenses/ghc-string-qq
/usr/share/licenses/ghc-string-qq/LICENSE

References

Summary

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