How to Install and Uninstall ghc-persistent.x86_64 Package on AlmaLinux 9
Last updated: November 26,2024
1. Install "ghc-persistent.x86_64" package
This is a short guide on how to install ghc-persistent.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-persistent.x86_64
Copied
2. Uninstall "ghc-persistent.x86_64" package
Please follow the guidance below to uninstall ghc-persistent.x86_64 on AlmaLinux 9:
$
sudo dnf remove
ghc-persistent.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-persistent.x86_64 package on AlmaLinux 9
Last metadata expiration check: 2:02:10 ago on Wed Mar 13 07:41:12 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.