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

Last updated: January 13,2025

1. Install "ghc-persistent.x86_64" package

This tutorial shows how to install ghc-persistent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-persistent.x86_64" package

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

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

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

Last metadata expiration check: 0:47:33 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-persistent
Version : 2.13.3.0
Release : 3.el9
Architecture : x86_64
Size : 797 k
Source : ghc-persistent-2.13.3.0-3.el9.src.rpm
Repository : epel
Summary : Type-safe, multi-backend data serialization
URL : https://hackage.haskell.org/package/persistent
License : MIT
Description : Persistent allows us to choose among existing databases that are highly tuned
: for different data storage use cases, interoperate with other programming
: languages, and to use a safe and productive query interface, while still
: keeping the type safety of Haskell datatypes.
:
: Persistent follows the guiding principles of type safety and concise,
: declarative syntax. Other nice features are database-independence, convenient
: data modeling, and automatic database migrations.