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

Last updated: May 10,2024

1. Install "ghc-brick.x86_64" package

Please follow the instructions below to install ghc-brick.x86_64 on Fedora 36

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

2. Uninstall "ghc-brick.x86_64" package

This guide let you learn how to uninstall ghc-brick.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:48:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-brick
Version : 0.62
Release : 2.fc36
Architecture : x86_64
Size : 364 k
Source : ghc-brick-0.62-2.fc36.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.