How to Install and Uninstall ghc-vault.x86_64 Package on Fedora 38

Last updated: January 17,2025

1. Install "ghc-vault.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-vault.x86_64 on Fedora 38

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

2. Uninstall "ghc-vault.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-vault.x86_64 on Fedora 38:

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

3. Information about the ghc-vault.x86_64 package on Fedora 38

Last metadata expiration check: 0:49:12 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-vault
Version : 0.3.1.5
Release : 7.fc38
Architecture : x86_64
Size : 33 k
Source : ghc-vault-0.3.1.5-7.fc38.src.rpm
Repository : fedora
Summary : A persistent store for values of arbitrary types
URL : https://hackage.haskell.org/package/vault
License : BSD-3-Clause
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.