How To Install ghc-time-manager on Fedora 36

In this tutorial we learn how to install ghc-time-manager in Fedora 36. ghc-time-manager is Scalable timer

Introduction

In this tutorial we learn how to install ghc-time-manager on Fedora 36.

What is ghc-time-manager

Scalable timer functions provided by a timer manager.

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

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

sudo dnf -y install ghc-time-manager

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

sudo yum -y install ghc-time-manager

How To Uninstall ghc-time-manager on Fedora 36

To uninstall only the ghc-time-manager package we can use the following command:

sudo dnf remove ghc-time-manager

ghc-time-manager Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/c0c4c7c302de5283e3cd121bb7393c91a38195
/usr/lib64/libHStime-manager-0.0.0-5zZ1hEiv8TKDs7WvQZFUGp-ghc8.10.5.so
/usr/share/licenses/ghc-time-manager
/usr/share/licenses/ghc-time-manager/LICENSE

References

Summary

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