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

Last updated: April 30,2024

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

Please follow the guidance below to install ghc-concurrent-output.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 3:30:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-concurrent-output
Version : 1.10.12
Release : 5.fc35
Architecture : x86_64
Size : 80 k
Source : ghc-concurrent-output-1.10.12-5.fc35.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.
:
: <>.