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

Last updated: September 22,2024

1. Install "ghc-listsafe.x86_64" package

Please follow the step by step instructions below to install ghc-listsafe.x86_64 on Fedora 38

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

2. Uninstall "ghc-listsafe.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-listsafe.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:25:31 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-listsafe
Version : 0.1.0.1
Release : 25.fc38
Architecture : x86_64
Size : 25 k
Source : ghc-listsafe-0.1.0.1-25.fc38.src.rpm
Repository : fedora
Summary : Safe wrappers for partial list functions, supporting MonadThrow
URL : https://hackage.haskell.org/package/listsafe
License : Apache-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.