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

Last updated: February 09,2025

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

Learn how to install ghc-system-fileio.x86_64 on Fedora 34

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

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

Please follow the guidelines below to uninstall ghc-system-fileio.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:56:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-system-fileio
Version : 0.3.16.4
Release : 8.fc34
Architecture : x86_64
Size : 39 k
Source : ghc-system-fileio-0.3.16.4-8.fc34.src.rpm
Repository : fedora
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.