How to Install and Uninstall cereal-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "cereal-devel.x86_64" package

Please follow the steps below to install cereal-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "cereal-devel.x86_64" package

This is a short guide on how to uninstall cereal-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the cereal-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:26 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : cereal-devel
Version : 1.3.2
Release : 2.el8
Architecture : x86_64
Size : 228 k
Source : cereal-1.3.2-2.el8.src.rpm
Repository : epel
Summary : Development headers and libraries for cereal
URL : http://uscilab.github.io/cereal/
License : BSD
Description : cereal is a header-only C++11 serialization library. cereal takes arbitrary
: data types and reversibly turns them into different representations, such as
: compact binary encodings, XML, or JSON. cereal was designed to be fast,
: light-weight, and easy to extend - it has no external dependencies and can be
: easily bundled with other code or used standalone.
:
: This package contains development headers and libraries for the cereal library