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

Last updated: June 29,2024

1. Install "ghc-listsafe.x86_64" package

Please follow the steps below to install ghc-listsafe.x86_64 on Fedora 34

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

2. Uninstall "ghc-listsafe.x86_64" package

Please follow the step by step instructions below to uninstall ghc-listsafe.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:23:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-listsafe
Version : 0.1.0.1
Release : 14.fc34
Architecture : x86_64
Size : 24 k
Source : ghc-listsafe-0.1.0.1-14.fc34.src.rpm
Repository : fedora
Summary : Safe wrappers for partial list functions, supporting MonadThrow
URL : https://hackage.haskell.org/package/listsafe
License : ASL 2.0
Description : Data.List includes a handful of partial functions that throw uncatchable
: exceptions when given empty lists. This package provides safe alternatives for
: such functions based on MonadThrow which can provide a variety of failure
: cases: Nothing, IOException, Left, etc.