How To Install ghc-tf-random-devel on Fedora 36

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

Introduction

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

What is ghc-tf-random-devel

This package provides the Haskell tf-random library development files.

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

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

sudo dnf -y install ghc-tf-random-devel

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

sudo yum -y install ghc-tf-random-devel

How To Uninstall ghc-tf-random-devel on Fedora 36

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

sudo dnf remove ghc-tf-random-devel

ghc-tf-random-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/package.conf.d/tf-random-0.5.conf
/usr/lib64/ghc-8.10.5/tf-random-0.5
/usr/lib64/ghc-8.10.5/tf-random-0.5/System
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF.dyn_hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF.hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF/Gen.dyn_hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF/Gen.hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF/Init.dyn_hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF/Init.hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF/Instances.dyn_hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/System/Random/TF/Instances.hi
/usr/lib64/ghc-8.10.5/tf-random-0.5/libHStf-random-0.5-B5HEkZfyycj96EuX4yZv1L.a
/usr/share/doc/ghc-tf-random-devel
/usr/share/doc/ghc-tf-random-devel/ChangeLog

References

Summary

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