How to Install and Uninstall ghc-temporary.x86_64 Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "ghc-temporary.x86_64" package

Please follow the guidance below to install ghc-temporary.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-temporary.x86_64" package

Please follow the step by step instructions below to uninstall ghc-temporary.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-temporary.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:03:44 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-temporary
Version : 1.3
Release : 12.el9
Architecture : x86_64
Size : 20 k
Source : ghc-temporary-1.3-12.el9.src.rpm
Repository : epel
Summary : Portable temporary file and directory support
URL : https://hackage.haskell.org/package/temporary
License : BSD
Description : The functions for creating temporary files and directories in the base library
: are quite limited. The unixutils package contains some good ones,
: but they aren't portable to Windows. This library just repackages the
: Cabal implementations of its own temporary file and folder functions
: so that you can use them without linking against Cabal or depending on
: it being installed.