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

Last updated: October 05,2024

1. Install "ghc-securemem.x86_64" package

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

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

2. Uninstall "ghc-securemem.x86_64" package

Here is a brief guide to show you how to uninstall ghc-securemem.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:24:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-securemem
Version : 0.1.10
Release : 11.fc34
Architecture : x86_64
Size : 18 k
Source : ghc-securemem-0.1.10-11.fc34.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.