How to Install and Uninstall ghc-system-fileio.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

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

Please follow the guidance below to install ghc-system-fileio.x86_64 on Oracle Linux 9

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

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

Please follow the step by step instructions below to uninstall ghc-system-fileio.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-system-fileio.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:38:48 ago on Thu Feb 15 07:50:05 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.