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

Last updated: October 07,2024

1. Install "ghc-StateVar.x86_64" package

Please follow the instructions below to install ghc-StateVar.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-StateVar.x86_64" package

This tutorial shows how to uninstall ghc-StateVar.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:03:16 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-StateVar
Version : 1.2.2
Release : 2.el9
Architecture : x86_64
Size : 19 k
Source : ghc-StateVar-1.2.2-2.el9.src.rpm
Repository : epel
Summary : State variables
URL : https://hackage.haskell.org/package/StateVar
License : BSD
Description : This package contains state variables, which are references in the IO monad,
: like IORefs or parts of the OpenGL state.