How to Install and Uninstall ghc-ed25519.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "ghc-ed25519.x86_64" package

Please follow the guidance below to install ghc-ed25519.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ghc-ed25519.x86_64" package

Please follow the steps below to uninstall ghc-ed25519.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ghc-ed25519.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:39:54 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ghc-ed25519
Version : 0.0.5.0
Release : 9.el8
Architecture : x86_64
Size : 79 k
Source : ghc-ed25519-0.0.5.0-9.el8.src.rpm
Repository : epel
Summary : Ed25519 cryptographic signatures
URL : https://hackage.haskell.org/package/ed25519
License : MIT
Description : This package provides a simple, fast, self-contained copy of the Ed25519
: public-key signature system with a clean interface. It also includes support
: for detached signatures, and thorough documentation on the design and
: implementation, including usage guidelines.