How to Install and Uninstall ghc-compiler.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "ghc-compiler.x86_64" package

This is a short guide on how to install ghc-compiler.x86_64 on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the ghc-compiler.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:50:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ghc-compiler
Version : 8.2.2
Release : 68.4.el8
Architecture : x86_64
Size : 7.7 M
Source : ghc-8.2.2-68.4.el8.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-libraries.
: To install all of ghc (including the ghc library),
: install the main ghc package.