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

Last updated: May 13,2024

1. Install "ghc-securemem.x86_64" package

Please follow the steps below to install ghc-securemem.x86_64 on Fedora 35

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

2. Uninstall "ghc-securemem.x86_64" package

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

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

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

Last metadata expiration check: 0:41:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-securemem
Version : 0.1.10
Release : 13.fc35
Architecture : x86_64
Size : 19 k
Source : ghc-securemem-0.1.10-13.fc35.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.