How to Install and Uninstall ghc-compiler.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 10,2024

1. Install "ghc-compiler.x86_64" package

This guide let you learn how to install ghc-compiler.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "ghc-compiler.x86_64" package

Learn how to uninstall ghc-compiler.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the ghc-compiler.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:34:02 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ghc-compiler
Version : 8.2.2
Release : 68.3.el8
Architecture : x86_64
Size : 7.7 M
Source : ghc-8.2.2-68.3.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.