How to Install and Uninstall ghc-strict.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "ghc-strict.x86_64" package

Please follow the steps below to install ghc-strict.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-strict.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-strict.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-strict.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:39:47 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-strict
Version : 0.3.2
Release : 20.el8
Architecture : x86_64
Size : 30 k
Source : ghc-strict-0.3.2-20.el8.src.rpm
Repository : epel
Summary : Strict data types and String IO
URL : https://hackage.haskell.org/package/strict
License : BSD
Description : This package provides strict versions of some standard Haskell data types
: (pairs, Maybe and Either). It also contains strict IO operations.