How to Install and Uninstall ghc-concurrent-output.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "ghc-concurrent-output.x86_64" package

This tutorial shows how to install ghc-concurrent-output.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-concurrent-output.x86_64

2. Uninstall "ghc-concurrent-output.x86_64" package

Please follow the steps below to uninstall ghc-concurrent-output.x86_64 on Fedora 34:

$ sudo dnf remove ghc-concurrent-output.x86_64 $ sudo dnf autoremove

3. Information about the ghc-concurrent-output.x86_64 package on Fedora 34

Last metadata expiration check: 0:19:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-concurrent-output
Version : 1.10.12
Release : 3.fc34
Architecture : x86_64
Size : 81 k
Source : ghc-concurrent-output-1.10.12-3.fc34.src.rpm
Repository : fedora
Summary : Ungarble output from several threads or commands
URL : https://hackage.haskell.org/package/concurrent-output
License : BSD
Description : 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.
:
: <>.