How To Install ghc-css-text on Fedora 36

In this tutorial we learn how to install ghc-css-text in Fedora 36. ghc-css-text is CSS parser and renderer

Introduction

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

What is ghc-css-text

Please see the README and generated docs at <https

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

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

sudo dnf -y install ghc-css-text

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

sudo yum -y install ghc-css-text

How To Uninstall ghc-css-text on Fedora 36

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

sudo dnf remove ghc-css-text

ghc-css-text Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/b72933ab369f072fbcf64bff04eb0db37a29bd
/usr/lib64/libHScss-text-0.1.3.0-EciTDglIdZYK29kLutAG70-ghc8.10.5.so
/usr/share/licenses/ghc-css-text
/usr/share/licenses/ghc-css-text/LICENSE

References

Summary

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