How To Install ghc-language-javascript-prof on Fedora 36

In this tutorial we learn how to install ghc-language-javascript-prof in Fedora 36. ghc-language-javascript-prof is Haskell language-javascript profiling library

Introduction

In this tutorial we learn how to install ghc-language-javascript-prof on Fedora 36.

What is ghc-language-javascript-prof

This package provides the Haskell language-javascript profiling library.

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

Install ghc-language-javascript-prof 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-language-javascript-prof using dnf by running the following command:

sudo dnf -y install ghc-language-javascript-prof

Install ghc-language-javascript-prof 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-language-javascript-prof using yum by running the following command:

sudo yum -y install ghc-language-javascript-prof

How To Uninstall ghc-language-javascript-prof on Fedora 36

To uninstall only the ghc-language-javascript-prof package we can use the following command:

sudo dnf remove ghc-language-javascript-prof

ghc-language-javascript-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/AST.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/Grammar7.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/Lexer.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/LexerUtils.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/ParseError.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/Parser.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/ParserMonad.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/SrcLocation.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Parser/Token.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Pretty/Printer.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/Language/JavaScript/Process/Minify.p_hi
/usr/lib64/ghc-8.10.5/language-javascript-0.7.1.0/libHSlanguage-javascript-0.7.1.0-K8wQHYKmBDd1Ff3c6rUljU_p.a

References

Summary

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