How to Install and Uninstall ghc-SafeSemaphore Package on openSuSE Tumbleweed
Last updated: November 27,2024
1. Install "ghc-SafeSemaphore" package
This tutorial shows how to install ghc-SafeSemaphore on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-SafeSemaphore
Copied
2. Uninstall "ghc-SafeSemaphore" package
In this section, we are going to explain the necessary steps to uninstall ghc-SafeSemaphore on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-SafeSemaphore
Copied
3. Information about the ghc-SafeSemaphore package on openSuSE Tumbleweed
Information for package ghc-SafeSemaphore:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-SafeSemaphore
Version : 0.10.1-5.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 591.6 KiB
Installed : No
Status : not installed
Source package : ghc-SafeSemaphore-0.10.1-5.13.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.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-SafeSemaphore
Version : 0.10.1-5.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 591.6 KiB
Installed : No
Status : not installed
Source package : ghc-SafeSemaphore-0.10.1-5.13.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