How to Install and Uninstall ghc-brick Package on openSUSE Leap
Last updated: November 23,2024
1. Install "ghc-brick" package
This tutorial shows how to install ghc-brick on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-brick
Copied
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
Copied
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.
----------------------------------
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
* The demonstration programs in the 'programs' directory
This package deprecates