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

Last updated: October 05,2024

1. Install "ghc-gio.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-gio.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

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

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

Last metadata expiration check: 3:07:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-gio
Version : 0.13.8.2
Release : 1.el9
Architecture : x86_64
Size : 242 k
Source : ghc-gio-0.13.8.2-1.el9.src.rpm
Repository : epel
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.