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

Last updated: October 10,2024

1. Install "ghc-attempt.x86_64" package

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

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

2. Uninstall "ghc-attempt.x86_64" package

Please follow the guidance below to uninstall ghc-attempt.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:36:58 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-attempt
Version : 0.4.0.1
Release : 18.fc34
Architecture : x86_64
Size : 18 k
Source : ghc-attempt-0.4.0.1-18.fc34.src.rpm
Repository : fedora
Summary : Concrete data type for handling extensible exceptions as failures
URL : https://hackage.haskell.org/package/attempt
License : BSD
Description : Defines a data type, Attempt, which has a Success and Failure
: constructor. Failure contains an extensible exception.
:
: This library is deprecated, please use the exceptions package instead.