How to Install and Uninstall ghc-brick Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ghc-brick" package

Please follow the step by step instructions below to install ghc-brick on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-brick

2. Uninstall "ghc-brick" package

Learn how to uninstall ghc-brick on openSuSE Tumbleweed:

$ sudo zypper remove ghc-brick

3. Information about the ghc-brick package on openSuSE Tumbleweed

Information for package ghc-brick:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-brick
Version : 2.2-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : ghc-brick-2.2-1.4.src
Upstream URL : https://hackage.haskell.org/package/brick
Summary : A declarative terminal user interface library
Description :
Write terminal user interfaces (TUIs) painlessly with 'brick'! You write an
event handler and a drawing function and the library does the rest.
> module Main where > > import Brick > > ui :: Widget () > ui = str "Hello,
world!" > > main :: IO () > main = simpleMain ui
To get started, see:
*
* The user guide>
* The demonstration programs in the 'programs' directory
This package deprecates .

5. The same packages on other Linux Distributions