How To Install ghc-uuid-types on Fedora 36

In this tutorial we learn how to install ghc-uuid-types in Fedora 36. ghc-uuid-types is Type definitions for Universally Unique Identifiers

Introduction

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

What is ghc-uuid-types

This library contains type definitions for Universally Unique Identifiers and basic conversion functions. See https general idea.

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

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

sudo dnf -y install ghc-uuid-types

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

sudo yum -y install ghc-uuid-types

How To Uninstall ghc-uuid-types on Fedora 36

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

sudo dnf remove ghc-uuid-types

ghc-uuid-types Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/1a5743bc86febb1cf92d62adc91b85d66feb74
/usr/lib64/libHSuuid-types-1.0.5-DAMaBxA4kIZG6CgXUeYFPU-ghc8.10.5.so
/usr/share/licenses/ghc-uuid-types
/usr/share/licenses/ghc-uuid-types/LICENSE

References

Summary

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