How to Install and Uninstall ghc-brick Package on openSuSE Tumbleweed
Last updated: January 12,2025
1. Install "ghc-brick" package
Please follow the step by step instructions below to install ghc-brick on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-brick
Copied
2. Uninstall "ghc-brick" package
Learn how to uninstall ghc-brick on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-brick
Copied
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.
----------------------------------
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
* The demonstration programs in the 'programs' directory
This package deprecates