How To Install ghc-ShellCheck-prof on Fedora 36

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

Introduction

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

What is ghc-ShellCheck-prof

This package provides the Haskell ShellCheck profiling library.

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

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

sudo dnf -y install ghc-ShellCheck-prof

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

sudo yum -y install ghc-ShellCheck-prof

How To Uninstall ghc-ShellCheck-prof on Fedora 36

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

sudo dnf remove ghc-ShellCheck-prof

ghc-ShellCheck-prof Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/Paths_ShellCheck.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/AST.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/ASTLib.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Analytics.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Analyzer.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/AnalyzerLib.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Checker.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Checks/Commands.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Checks/Custom.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Checks/ShellSupport.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Data.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Fixer.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/CheckStyle.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/Diff.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/Format.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/GCC.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/JSON.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/JSON1.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/Quiet.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Formatter/TTY.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Interface.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Parser.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/ShellCheck/Regex.p_hi
/usr/lib64/ghc-8.10.5/ShellCheck-0.7.2/libHSShellCheck-0.7.2-2IEMPewRejf300w6UQ1Cvs_p.a

References

Summary

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