How To Install ghc-uuid-types-devel on Fedora 36

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

Introduction

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

What is ghc-uuid-types-devel

This package provides the Haskell uuid-types library development files.

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

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

sudo dnf -y install ghc-uuid-types-devel

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

sudo yum -y install ghc-uuid-types-devel

How To Uninstall ghc-uuid-types-devel on Fedora 36

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

sudo dnf remove ghc-uuid-types-devel

ghc-uuid-types-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/uuid-types-1.0.5.conf
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types.hi
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types/Internal
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types/Internal.hi
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types/Internal/Builder.dyn_hi
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/Data/UUID/Types/Internal/Builder.hi
/usr/lib64/ghc-8.10.5/uuid-types-1.0.5/libHSuuid-types-1.0.5-DAMaBxA4kIZG6CgXUeYFPU.a
/usr/share/doc/ghc-uuid-types-devel
/usr/share/doc/ghc-uuid-types-devel/ChangeLog.md

References

Summary

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