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

Last updated: October 06,2024

1. Install "ghc-gio.x86_64" package

Please follow the steps below to install ghc-gio.x86_64 on Fedora 34

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

2. Uninstall "ghc-gio.x86_64" package

This guide covers the steps necessary to uninstall ghc-gio.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:06:57 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-gio
Version : 0.13.8.1
Release : 4.fc34
Architecture : x86_64
Size : 249 k
Source : ghc-gio-0.13.8.1-4.fc34.src.rpm
Repository : updates
Summary : Binding to GIO
URL : https://hackage.haskell.org/package/gio
License : LGPLv2+
Description : GIO is striving to provide a modern, easy-to-use VFS API that sits at the right
: level in the library stack. The goal is to overcome the shortcomings of
: GnomeVFS and provide an API that is so good that developers prefer it over raw
: POSIX calls. Among other things that means using GObject. It also means not
: cloning the POSIX API, but providing higher-level, document-centric interfaces.