How to Install and Uninstall ghc-memory.x86_64 Package on Oracle Linux 9

Last updated: May 16,2024

1. Install "ghc-memory.x86_64" package

Here is a brief guide to show you how to install ghc-memory.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-memory.x86_64" package

This guide covers the steps necessary to uninstall ghc-memory.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-memory.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:15:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-memory
Version : 0.15.0
Release : 7.el9
Architecture : x86_64
Size : 116 k
Source : ghc-memory-0.15.0-7.el9.src.rpm
Repository : epel
Summary : Memory and related abstraction stuff
URL : https://hackage.haskell.org/package/memory
License : BSD
Description : Chunk of memory, polymorphic byte array management and manipulation
:
: * A polymorphic byte array abstraction and function similar to strict
: ByteString.
:
: * Different type of byte array abstraction.
:
: * Raw memory IO operations (memory set, memory copy, ..)
:
: * Aliasing with endianness support.
:
: * Encoding : Base16, Base32, Base64.
:
: * Hashing : FNV, SipHash.