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

Last updated: May 18,2024

1. Install "ghc-temporary.x86_64" package

Please follow the guidance below to install ghc-temporary.x86_64 on Fedora 34

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

2. Uninstall "ghc-temporary.x86_64" package

This tutorial shows how to uninstall ghc-temporary.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:07:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-temporary
Version : 1.3
Release : 9.fc34
Architecture : x86_64
Size : 19 k
Source : ghc-temporary-1.3-9.fc34.src.rpm
Repository : fedora
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.