How to Install and Uninstall ghc9.2-compiler.x86_64 Package on Rocky Linux 9

Last updated: May 09,2024

1. Install "ghc9.2-compiler.x86_64" package

This tutorial shows how to install ghc9.2-compiler.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ghc9.2-compiler.x86_64

2. Uninstall "ghc9.2-compiler.x86_64" package

This tutorial shows how to uninstall ghc9.2-compiler.x86_64 on Rocky Linux 9:

$ sudo dnf remove ghc9.2-compiler.x86_64 $ sudo dnf autoremove

3. Information about the ghc9.2-compiler.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:21:25 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc9.2-compiler
Version : 9.2.8
Release : 18.el9
Architecture : x86_64
Size : 4.7 M
Source : ghc9.2-9.2.8-18.el9.src.rpm
Repository : epel
Summary : GHC compiler and utilities
URL : https://haskell.org/ghc/
License : BSD-3-Clause
Description : The package contains the GHC compiler, tools and utilities.
:
: The ghc libraries are provided by ghc9.2-devel.
: To install all of ghc (including the ghc library),
: install the main ghc package.