How to Install and Uninstall ghc-unbounded-delays.x86_64 Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "ghc-unbounded-delays.x86_64" package

This guide let you learn how to install ghc-unbounded-delays.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-unbounded-delays.x86_64

2. Uninstall "ghc-unbounded-delays.x86_64" package

This guide covers the steps necessary to uninstall ghc-unbounded-delays.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-unbounded-delays.x86_64 $ sudo dnf autoremove

3. Information about the ghc-unbounded-delays.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:31:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-unbounded-delays
Version : 0.1.1.1
Release : 2.el9
Architecture : x86_64
Size : 16 k
Source : ghc-unbounded-delays-0.1.1.1-2.el9.src.rpm
Repository : epel
Summary : Unbounded thread delays and timeouts
URL : https://hackage.haskell.org/package/unbounded-delays
License : BSD
Description : The 'threadDelay' and 'timeout' functions from the 'base' library use the
: bounded 'Int' type for specifying the delay or timeout period. This packages
: provides alternatives which use the unbounded 'Integer' type.