How to Install and Uninstall ghc-SafeSemaphore.x86_64 Package on Fedora 34

Last updated: May 21,2024

1. Install "ghc-SafeSemaphore.x86_64" package

Here is a brief guide to show you how to install ghc-SafeSemaphore.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-SafeSemaphore.x86_64

2. Uninstall "ghc-SafeSemaphore.x86_64" package

Here is a brief guide to show you how to uninstall ghc-SafeSemaphore.x86_64 on Fedora 34:

$ sudo dnf remove ghc-SafeSemaphore.x86_64 $ sudo dnf autoremove

3. Information about the ghc-SafeSemaphore.x86_64 package on Fedora 34

Last metadata expiration check: 5:56:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-SafeSemaphore
Version : 0.10.1
Release : 19.fc34
Architecture : x86_64
Size : 102 k
Source : ghc-SafeSemaphore-0.10.1-19.fc34.src.rpm
Repository : fedora
Summary : Much safer replacement for QSemN, QSem, and SampleVar
URL : https://hackage.haskell.org/package/SafeSemaphore
License : BSD
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.