How to Install and Uninstall ghc-X11.x86_64 Package on CentOS Stream 8

Last updated: July 04,2024

1. Install "ghc-X11.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-X11.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-X11.x86_64" package

This is a short guide on how to uninstall ghc-X11.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-X11.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:30:04 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-X11
Version : 1.8
Release : 8.el8
Architecture : x86_64
Size : 296 k
Source : ghc-X11-1.8-8.el8.src.rpm
Repository : epel
Summary : Haskell binding to the X11 graphics library
URL : https://hackage.haskell.org/package/X11
License : BSD
Description : A Haskell binding to the X11 graphics library. The binding is a direct
: translation of the C binding; for documentation of these calls, refer to "The
: Xlib Programming Manual", available online at .