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

Last updated: October 08,2024

1. Install "ghc-persistent.x86_64" package

Please follow the guidelines below to install ghc-persistent.x86_64 on Fedora 34

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

2. Uninstall "ghc-persistent.x86_64" package

Please follow the step by step instructions below to uninstall ghc-persistent.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:31:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-persistent
Version : 2.10.5.2
Release : 4.fc34
Architecture : x86_64
Size : 439 k
Source : ghc-persistent-2.10.5.2-4.fc34.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.