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

Last updated: October 13,2024

1. Install "ghc-vault.x86_64" package

Here is a brief guide to show you how to install ghc-vault.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-vault.x86_64" package

This guide let you learn how to uninstall ghc-vault.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:51:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-vault
Version : 0.3.1.5
Release : 2.el9
Architecture : x86_64
Size : 34 k
Source : ghc-vault-0.3.1.5-2.el9.src.rpm
Repository : epel
Summary : A persistent store for values of arbitrary types
URL : https://hackage.haskell.org/package/vault
License : BSD
Description : A vault is a persistent store for values of arbitrary types.
: It is like having first-class access to the storage space behind IORefs.
: The data structure is analogous to a bank vault, where you can access
: different bank boxes with different keys; hence the name.
: Also provided is a locker type, representing a store for a single element.