How To Install ghc-js-jquery-devel on Fedora 36

In this tutorial we learn how to install ghc-js-jquery-devel in Fedora 36. ghc-js-jquery-devel is Haskell js-jquery library development files

Introduction

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

What is ghc-js-jquery-devel

This package provides the Haskell js-jquery library development files.

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

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

sudo dnf -y install ghc-js-jquery-devel

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

sudo yum -y install ghc-js-jquery-devel

How To Uninstall ghc-js-jquery-devel on Fedora 36

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

sudo dnf remove ghc-js-jquery-devel

ghc-js-jquery-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/js-jquery-3.3.1
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/Language
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/Language/Javascript
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/Language/Javascript/JQuery.dyn_hi
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/Language/Javascript/JQuery.hi
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/Paths_js_jquery.dyn_hi
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/Paths_js_jquery.hi
/usr/lib64/ghc-8.10.5/js-jquery-3.3.1/libHSjs-jquery-3.3.1-3PDJdcy83UD6cRtxb4Ji0Z.a
/usr/lib64/ghc-8.10.5/package.conf.d/js-jquery-3.3.1.conf
/usr/share/doc/ghc-js-jquery-devel
/usr/share/doc/ghc-js-jquery-devel/CHANGES.txt
/usr/share/doc/ghc-js-jquery-devel/README.md

References

Summary

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