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

Last updated: October 05,2024

1. Install "ghc-cereal.x86_64" package

This tutorial shows how to install ghc-cereal.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-cereal.x86_64" package

Here is a brief guide to show you how to uninstall ghc-cereal.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 2:55:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-cereal
Version : 0.5.8.2
Release : 1.el9
Architecture : x86_64
Size : 97 k
Source : ghc-cereal-0.5.8.2-1.el9.src.rpm
Repository : epel
Summary : A binary serialization library
URL : https://hackage.haskell.org/package/cereal
License : BSD
Description : A binary serialization library, similar to binary, that introduces an isolate
: primitive for parser isolation, and labeled blocks for better error messages.