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

Last updated: November 29,2024

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

Learn how to install ghc-concurrent-output.x86_64 on Fedora 39

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

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

Please follow the guidelines below to uninstall ghc-concurrent-output.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:55:45 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-concurrent-output
Version : 1.10.18
Release : 1.fc39
Architecture : x86_64
Size : 75 k
Source : ghc-concurrent-output-1.10.18-1.fc39.src.rpm
Repository : fedora
Summary : Ungarble output from several threads or commands
URL : https://hackage.haskell.org/package/concurrent-output
License : BSD-2-Clause
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.
:
: <>.