How to Install and Uninstall ghc Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "ghc" package

Please follow the instructions below to install ghc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc

2. Uninstall "ghc" package

Please follow the steps below to uninstall ghc on openSuSE Tumbleweed:

$ sudo zypper remove ghc

3. Information about the ghc package on openSuSE Tumbleweed

Information for package ghc:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc
Version : 9.6.4-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.6 KiB
Installed : No
Status : not installed
Source package : ghc-9.6.4-1.1.src
Upstream URL : https://www.haskell.org/ghc/
Summary : The Glorious Glasgow Haskell Compiler
Description :
Haskell is the standard purely functional programming language; the
current language version is Haskell 98, agreed in December 1998.
GHC is a state-of-the-art programming suite for Haskell. Included is
an optimising compiler generating good code for a variety of
platforms, together with an interactive system for convenient, quick
development. The distribution includes space and time profiling
facilities, a large collection of libraries, and support for various
language extensions, including concurrency, exceptions, and foreign
language interfaces (C, C++, etc).
A wide variety of Haskell related resources (tutorials, libraries,
specifications, documentation, compilers, interprbeters, references,
contact information, links to research groups) are available from the
Haskell home page at .