How to Install and Uninstall ghc-persistent.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "ghc-persistent.x86_64" package

This guide let you learn how to install ghc-persistent.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-persistent.x86_64" package

This is a short guide on how to uninstall ghc-persistent.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-persistent.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:20:26 ago on Thu Feb 15 07:50:05 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.