How To Install ghc-text-manipulate on Fedora 36

In this tutorial we learn how to install ghc-text-manipulate in Fedora 36. ghc-text-manipulate is Case conversion, word boundary manipulation, and textual subjugation

Introduction

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

What is ghc-text-manipulate

Manipulate identifiers and structurally non-complex pieces of text by delimiting word boundaries via a combination of whitespace, control-characters, and case-sensitivity. Has support for common idioms like casing of programmatic variable names, taking, dropping, and splitting by word, and modifying the first character of a piece of text. /Caution <http optimisation framework. Since internal modules are not guaranteed to have a stable API there is potential for build breakage when the text dependency is upgraded. Consider yourself warned!.

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

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

sudo dnf -y install ghc-text-manipulate

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

sudo yum -y install ghc-text-manipulate

How To Uninstall ghc-text-manipulate on Fedora 36

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

sudo dnf remove ghc-text-manipulate

ghc-text-manipulate Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/a44d1d78526e738d49613ba314d6a32244b0a2
/usr/lib64/libHStext-manipulate-0.3.0.0-FbgVDN1jKSPCrH4qlC7mAn-ghc8.10.5.so
/usr/share/licenses/ghc-text-manipulate
/usr/share/licenses/ghc-text-manipulate/LICENSE

References

Summary

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