How To Install ghc-silently on Fedora 36

In this tutorial we learn how to install ghc-silently in Fedora 36. ghc-silently is Prevent or capture writing to stdout and other handles

Introduction

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

What is ghc-silently

Prevent or capture writing to stdout and other handles.

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

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

sudo dnf -y install ghc-silently

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

sudo yum -y install ghc-silently

How To Uninstall ghc-silently on Fedora 36

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

sudo dnf remove ghc-silently

ghc-silently Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/427e7cf9a3a3d3f55e0eb4a226bcdbc7d7d24c
/usr/lib64/libHSsilently-1.2.5.1-5AY3YtA0BMv8o5E54Ijg9F-ghc8.10.5.so
/usr/share/licenses/ghc-silently
/usr/share/licenses/ghc-silently/LICENSE

References

Summary

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