How To Install ghc-js-dgtable on Fedora 36

In this tutorial we learn how to install ghc-js-dgtable in Fedora 36. ghc-js-dgtable is Haskell js-dgtable library

Introduction

In this tutorial we learn how to install ghc-js-dgtable on Fedora 36.

What is ghc-js-dgtable

This package provides the Haskell js-dgtable library.

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

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

sudo dnf -y install ghc-js-dgtable

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

sudo yum -y install ghc-js-dgtable

How To Uninstall ghc-js-dgtable on Fedora 36

To uninstall only the ghc-js-dgtable package we can use the following command:

sudo dnf remove ghc-js-dgtable

ghc-js-dgtable Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/122128d68ef11b0b91b683c25e0f2e0c7cbf56
/usr/lib64/libHSjs-dgtable-0.5.2-6yRnbuOP2KwLadSWqNIIzH-ghc8.10.5.so
/usr/share/js-dgtable-0.5.2
/usr/share/js-dgtable-0.5.2/jquery.dgtable.min.js
/usr/share/licenses/ghc-js-dgtable
/usr/share/licenses/ghc-js-dgtable/LICENSE

References

Summary

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