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

Last updated: May 18,2024

1. Install "ghc-SafeSemaphore" package

Here is a brief guide to show you how to install ghc-SafeSemaphore on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-SafeSemaphore

2. Uninstall "ghc-SafeSemaphore" package

Please follow the steps below to uninstall ghc-SafeSemaphore on openSUSE Leap:

$ sudo zypper remove ghc-SafeSemaphore

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

Information for package ghc-SafeSemaphore:
------------------------------------------
Repository : Main Repository
Name : ghc-SafeSemaphore
Version : 0.10.1-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 649.7 KiB
Installed : No
Status : not installed
Source package : ghc-SafeSemaphore-0.10.1-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/SafeSemaphore
Summary : Much safer replacement for QSemN, QSem, and SampleVar
Description :
This provides a much safer semaphore than the QSem, QSemN, SampleVar in base.
Those base modules are not exception safe and can be broken by killThread.
See for more details.