How To Install ghc-concurrent-output-devel on Fedora 36

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

Introduction

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

What is ghc-concurrent-output-devel

This package provides the Haskell concurrent-output library development files.

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

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

sudo dnf -y install ghc-concurrent-output-devel

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

sudo yum -y install ghc-concurrent-output-devel

How To Uninstall ghc-concurrent-output-devel on Fedora 36

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

sudo dnf remove ghc-concurrent-output-devel

ghc-concurrent-output-devel Package Contents on Fedora 36

/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent.dyn_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent.hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent/Internal.dyn_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Concurrent/Internal.hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Regions.dyn_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Console/Regions.hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Process
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Process/Concurrent.dyn_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/System/Process/Concurrent.hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility/Exception.dyn_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility/Exception.hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility/Monad.dyn_hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/Utility/Monad.hi
/usr/lib64/ghc-8.10.5/concurrent-output-1.10.12/libHSconcurrent-output-1.10.12-J78Zuz2BzhE2ySzNvSWj41.a
/usr/lib64/ghc-8.10.5/package.conf.d/concurrent-output-1.10.12.conf
/usr/share/doc/ghc-concurrent-output-devel
/usr/share/doc/ghc-concurrent-output-devel/CHANGELOG

References

Summary

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