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

Last updated: October 12,2024

1. Install "ghc-temporary.x86_64" package

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

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

2. Uninstall "ghc-temporary.x86_64" package

Please follow the instructions below to uninstall ghc-temporary.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:20:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-temporary
Version : 1.3
Release : 11.fc35
Architecture : x86_64
Size : 20 k
Source : ghc-temporary-1.3-11.fc35.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.