How to Install and Uninstall cereal-devel.i686 Package on Fedora 38

Last updated: September 30,2024

1. Install "cereal-devel.i686" package

This guide covers the steps necessary to install cereal-devel.i686 on Fedora 38

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

2. Uninstall "cereal-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall cereal-devel.i686 on Fedora 38:

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

3. Information about the cereal-devel.i686 package on Fedora 38

Last metadata expiration check: 3:41:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : cereal-devel
Version : 1.3.2
Release : 3.fc38
Architecture : i686
Size : 224 k
Source : cereal-1.3.2-3.fc38.src.rpm
Repository : fedora
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