How To Install ghc-concurrent-output on Fedora 36

In this tutorial we learn how to install ghc-concurrent-output in Fedora 36. ghc-concurrent-output is Ungarble output from several threads or commands

Introduction

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

What is ghc-concurrent-output

Lets multiple threads and external processes concurrently output to the console, without it getting all garbled up. Built on top of that is a way of defining multiple output regions, which are automatically laid out on the screen and can be individually updated by concurrent threads. Can be used for progress displays etc. «https

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

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

sudo dnf -y install ghc-concurrent-output

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

sudo yum -y install ghc-concurrent-output

How To Uninstall ghc-concurrent-output on Fedora 36

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

sudo dnf remove ghc-concurrent-output

ghc-concurrent-output Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/ca1cce76905130645fb4b40be09e76ae794f21
/usr/lib64/libHSconcurrent-output-1.10.12-J78Zuz2BzhE2ySzNvSWj41-ghc8.10.5.so
/usr/share/licenses/ghc-concurrent-output
/usr/share/licenses/ghc-concurrent-output/LICENSE

References

Summary

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