How to Install and Uninstall ghc-StateVar.x86_64 Package on Rocky Linux 9

Last updated: May 02,2024

1. Install "ghc-StateVar.x86_64" package

This guide let you learn how to install ghc-StateVar.x86_64 on Rocky Linux 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 Rocky Linux 9:

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

3. Information about the ghc-StateVar.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:25:26 ago on Fri Feb 16 06:49:52 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.