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

Last updated: May 19,2024

1. Install "ghc-gio.x86_64" package

Learn how to install ghc-gio.x86_64 on Fedora 35

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

2. Uninstall "ghc-gio.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-gio.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:01:41 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-gio
Version : 0.13.8.1
Release : 6.fc35
Architecture : x86_64
Size : 246 k
Source : ghc-gio-0.13.8.1-6.fc35.src.rpm
Repository : fedora
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.