How to Install and Uninstall ghc-brick Package on openSUSE Leap

Last updated: May 17,2024

1. Install "ghc-brick" package

This tutorial shows how to install ghc-brick on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-brick

2. Uninstall "ghc-brick" package

In this section, we are going to explain the necessary steps to uninstall ghc-brick on openSUSE Leap:

$ sudo zypper remove ghc-brick

3. Information about the ghc-brick package on openSUSE Leap

Information for package ghc-brick:
----------------------------------
Repository : Main Repository
Name : ghc-brick
Version : 0.67-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.4 MiB
Installed : No
Status : not installed
Source package : ghc-brick-0.67-bp155.2.14.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