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

Last updated: October 05,2024

1. Install "ghc-brick.x86_64" package

Please follow the guidelines below to install ghc-brick.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-brick.x86_64

2. Uninstall "ghc-brick.x86_64" package

This tutorial shows how to uninstall ghc-brick.x86_64 on Fedora 34:

$ sudo dnf remove ghc-brick.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:39:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-brick
Version : 0.52.1
Release : 3.fc34
Architecture : x86_64
Size : 358 k
Source : ghc-brick-0.52.1-3.fc34.src.rpm
Repository : fedora
Summary : A declarative terminal user interface library
URL : https://hackage.haskell.org/package/brick
License : BSD
Description : Write terminal user interfaces (TUIs) painlessly with 'brick'!
: You write an event handler and a drawing function and
: the library does the rest.