How to Install and Uninstall ghc-system-fileio.x86_64 Package on CentOS Stream 9

Last updated: September 23,2024

1. Install "ghc-system-fileio.x86_64" package

This guide let you learn how to install ghc-system-fileio.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghc-system-fileio.x86_64

2. Uninstall "ghc-system-fileio.x86_64" package

This is a short guide on how to uninstall ghc-system-fileio.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghc-system-fileio.x86_64 $ sudo dnf autoremove

3. Information about the ghc-system-fileio.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:46:31 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-system-fileio
Version : 0.3.16.4
Release : 11.el9
Architecture : x86_64
Size : 39 k
Source : ghc-system-fileio-0.3.16.4-11.el9.src.rpm
Repository : epel
Summary : Consistent filesystem interaction across GHC versions (deprecated)
URL : https://hackage.haskell.org/package/system-fileio
License : MIT
Description : This is a small wrapper around the "directory", "unix", and "Win32" packages,
: for use with "system-filepath". It provides a consistent API to the various
: versions of these packages distributed with different versions of GHC.
:
: In particular, this library supports working with POSIX files that have paths
: which can't be decoded in the current locale encoding.