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

Last updated: February 07,2025

1. Install "ghc-persistent.x86_64" package

This tutorial shows how to install ghc-persistent.x86_64 on Fedora 35

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

2. Uninstall "ghc-persistent.x86_64" package

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

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

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

Last metadata expiration check: 4:17:43 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-persistent
Version : 2.13.1.1
Release : 1.fc35
Architecture : x86_64
Size : 790 k
Source : ghc-persistent-2.13.1.1-1.fc35.src.rpm
Repository : fedora
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.