How to Install and Uninstall ghc-persistent.x86_64 Package on Rocky Linux 9
Last updated: January 15,2025
1. Install "ghc-persistent.x86_64" package
In this section, we are going to explain the necessary steps to install ghc-persistent.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-persistent.x86_64
Copied
2. Uninstall "ghc-persistent.x86_64" package
Please follow the guidelines below to uninstall ghc-persistent.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-persistent.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-persistent.x86_64 package on Rocky Linux 9
Last metadata expiration check: 0:41:32 ago on Fri Feb 16 06:49:52 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.
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.