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

Last updated: May 12,2024

1. Install "ghc-concurrency" package

Please follow the guidance below to install ghc-concurrency on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-concurrency

2. Uninstall "ghc-concurrency" package

This is a short guide on how to uninstall ghc-concurrency on openSuSE Tumbleweed:

$ sudo zypper remove ghc-concurrency

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

Information for package ghc-concurrency:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-concurrency
Version : 1.11.0.2-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 997,1 KiB
Installed : No
Status : not installed
Source package : ghc-concurrency-1.11.0.2-1.8.src
Summary : Typeclasses, functions, and data types for concurrency and STM
Description :
A typeclass abstraction over much of Control.Concurrent (and some extras!).
If you're looking for a general introduction to Haskell concurrency, you should
check out the excellent Parallel and Concurrent Programming in Haskell, by
Simon Marlow. If you are already familiar with concurrent Haskell, just change
all the imports from Control.Concurrent.* to Control.Concurrent.Classy.* and
fix the type errors.

5. The same packages on other Linux Distributions