How To Install ghc-hjsmin-devel on Fedora 36

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

Introduction

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

What is ghc-hjsmin-devel

This package provides the Haskell hjsmin library development files.

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

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

sudo dnf -y install ghc-hjsmin-devel

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

sudo yum -y install ghc-hjsmin-devel

How To Uninstall ghc-hjsmin-devel on Fedora 36

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

sudo dnf remove ghc-hjsmin-devel

ghc-hjsmin-devel Package Contents on Fedora 36

/usr/bin/hjsmin
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/5cde3741f32bab15505af27ade45b7ddbce01e
/usr/lib64/ghc-8.10.5/hjsmin-0.2.0.4
/usr/lib64/ghc-8.10.5/hjsmin-0.2.0.4/Text
/usr/lib64/ghc-8.10.5/hjsmin-0.2.0.4/Text/Jasmine.dyn_hi
/usr/lib64/ghc-8.10.5/hjsmin-0.2.0.4/Text/Jasmine.hi
/usr/lib64/ghc-8.10.5/hjsmin-0.2.0.4/libHShjsmin-0.2.0.4-GHTzEYECCgL35IWrQKlD30.a
/usr/lib64/ghc-8.10.5/package.conf.d/hjsmin-0.2.0.4.conf
/usr/share/doc/ghc-hjsmin-devel
/usr/share/doc/ghc-hjsmin-devel/Readme.md

References

Summary

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