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

Last updated: February 05,2025

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

Please follow the guidelines below to install ghc-system-fileio.x86_64 on Fedora 35

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

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

This guide covers the steps necessary to uninstall ghc-system-fileio.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:59:21 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-system-fileio
Version : 0.3.16.4
Release : 10.fc35
Architecture : x86_64
Size : 39 k
Source : ghc-system-fileio-0.3.16.4-10.fc35.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.