How to Install and Uninstall ghc-compiler.x86_64 Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "ghc-compiler.x86_64" package

Here is a brief guide to show you how to install ghc-compiler.x86_64 on CentOS Stream 9

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

2. Uninstall "ghc-compiler.x86_64" package

This guide covers the steps necessary to uninstall ghc-compiler.x86_64 on CentOS Stream 9:

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

3. Information about the ghc-compiler.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:01:44 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ghc-compiler
Version : 8.10.7
Release : 116.el9
Architecture : x86_64
Size : 8.4 M
Source : ghc-8.10.7-116.el9.src.rpm
Repository : epel
Summary : GHC compiler and utilities
URL : https://haskell.org/ghc/
License : BSD
Description : The package contains the GHC compiler, tools and utilities.
:
: The ghc libraries are provided by ghc-devel.
: To install all of ghc (including the ghc library),
: install the main ghc package.