How To Install ghc-wizards-devel on Fedora 36

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

Introduction

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

What is ghc-wizards-devel

This package provides the Haskell wizards library development files.

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

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

sudo dnf -y install ghc-wizards-devel

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

sudo yum -y install ghc-wizards-devel

How To Uninstall ghc-wizards-devel on Fedora 36

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

sudo dnf remove ghc-wizards-devel

ghc-wizards-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/wizards-1.0.3.conf
/usr/lib64/ghc-8.10.5/wizards-1.0.3
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard.dyn_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard.hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/BasicIO.dyn_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/BasicIO.hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Haskeline.dyn_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Haskeline.hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Internal.hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Pure.dyn_hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/System/Console/Wizard/Pure.hi
/usr/lib64/ghc-8.10.5/wizards-1.0.3/libHSwizards-1.0.3-D6F1Ie8nXml21cuChbk09x.a

References

Summary

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