How to Install and Uninstall ghc-securemem.x86_64 Package on Fedora 36

Last updated: January 17,2025

1. Install "ghc-securemem.x86_64" package

Please follow the guidelines below to install ghc-securemem.x86_64 on Fedora 36

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

2. Uninstall "ghc-securemem.x86_64" package

Please follow the step by step instructions below to uninstall ghc-securemem.x86_64 on Fedora 36:

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

3. Information about the ghc-securemem.x86_64 package on Fedora 36

Last metadata expiration check: 1:09:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-securemem
Version : 0.1.10
Release : 14.fc36
Architecture : x86_64
Size : 19 k
Source : ghc-securemem-0.1.10-14.fc36.src.rpm
Repository : fedora
Summary : Auto-scrubbing bytestring memory chunks
URL : https://hackage.haskell.org/package/securemem
License : BSD
Description : SecureMem is similar to ByteString, except that it provides a memory chunk
: with the following properties:
:
: - gets scrubbed after it goes out of scope
: - Show instance which doesn't show any content
: - Eq instance that is constant in time.