How To Install cereal-devel on Fedora 36

In this tutorial we learn how to install cereal-devel in Fedora 36. cereal-devel is Development headers and libraries for cereal

Introduction

In this tutorial we learn how to install cereal-devel on Fedora 36.

What is cereal-devel

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

We can use yum or dnf to install cereal-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cereal-devel.

Install cereal-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cereal-devel using dnf by running the following command:

sudo dnf -y install cereal-devel

Install cereal-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cereal-devel using yum by running the following command:

sudo yum -y install cereal-devel

How To Uninstall cereal-devel on Fedora 36

To uninstall only the cereal-devel package we can use the following command:

sudo dnf remove cereal-devel

cereal-devel Package Contents on Fedora 36

/usr/include/cereal
/usr/include/cereal/access.hpp
/usr/include/cereal/archives
/usr/include/cereal/archives/adapters.hpp
/usr/include/cereal/archives/binary.hpp
/usr/include/cereal/archives/json.hpp
/usr/include/cereal/archives/portable_binary.hpp
/usr/include/cereal/archives/xml.hpp
/usr/include/cereal/cereal.hpp
/usr/include/cereal/details
/usr/include/cereal/details/helpers.hpp
/usr/include/cereal/details/polymorphic_impl.hpp
/usr/include/cereal/details/polymorphic_impl_fwd.hpp
/usr/include/cereal/details/static_object.hpp
/usr/include/cereal/details/traits.hpp
/usr/include/cereal/details/util.hpp
/usr/include/cereal/external
/usr/include/cereal/external/LICENSE
/usr/include/cereal/external/base64.hpp
/usr/include/cereal/external/rapidjson
/usr/include/cereal/external/rapidjson/LICENSE
/usr/include/cereal/external/rapidjson/allocators.h
/usr/include/cereal/external/rapidjson/cursorstreamwrapper.h
/usr/include/cereal/external/rapidjson/document.h
/usr/include/cereal/external/rapidjson/encodedstream.h
/usr/include/cereal/external/rapidjson/encodings.h
/usr/include/cereal/external/rapidjson/error
/usr/include/cereal/external/rapidjson/error/en.h
/usr/include/cereal/external/rapidjson/error/error.h
/usr/include/cereal/external/rapidjson/filereadstream.h
/usr/include/cereal/external/rapidjson/filewritestream.h
/usr/include/cereal/external/rapidjson/fwd.h
/usr/include/cereal/external/rapidjson/internal
/usr/include/cereal/external/rapidjson/internal/biginteger.h
/usr/include/cereal/external/rapidjson/internal/diyfp.h
/usr/include/cereal/external/rapidjson/internal/dtoa.h
/usr/include/cereal/external/rapidjson/internal/ieee754.h
/usr/include/cereal/external/rapidjson/internal/itoa.h
/usr/include/cereal/external/rapidjson/internal/meta.h
/usr/include/cereal/external/rapidjson/internal/pow10.h
/usr/include/cereal/external/rapidjson/internal/regex.h
/usr/include/cereal/external/rapidjson/internal/stack.h
/usr/include/cereal/external/rapidjson/internal/strfunc.h
/usr/include/cereal/external/rapidjson/internal/strtod.h
/usr/include/cereal/external/rapidjson/internal/swap.h
/usr/include/cereal/external/rapidjson/istreamwrapper.h
/usr/include/cereal/external/rapidjson/memorybuffer.h
/usr/include/cereal/external/rapidjson/memorystream.h
/usr/include/cereal/external/rapidjson/msinttypes
/usr/include/cereal/external/rapidjson/msinttypes/LICENSE
/usr/include/cereal/external/rapidjson/msinttypes/inttypes.h
/usr/include/cereal/external/rapidjson/msinttypes/stdint.h
/usr/include/cereal/external/rapidjson/ostreamwrapper.h
/usr/include/cereal/external/rapidjson/pointer.h
/usr/include/cereal/external/rapidjson/prettywriter.h
/usr/include/cereal/external/rapidjson/rapidjson.h
/usr/include/cereal/external/rapidjson/reader.h
/usr/include/cereal/external/rapidjson/schema.h
/usr/include/cereal/external/rapidjson/stream.h
/usr/include/cereal/external/rapidjson/stringbuffer.h
/usr/include/cereal/external/rapidjson/writer.h
/usr/include/cereal/external/rapidxml
/usr/include/cereal/external/rapidxml/license.txt
/usr/include/cereal/external/rapidxml/manual.html
/usr/include/cereal/external/rapidxml/rapidxml.hpp
/usr/include/cereal/external/rapidxml/rapidxml_iterators.hpp
/usr/include/cereal/external/rapidxml/rapidxml_print.hpp
/usr/include/cereal/external/rapidxml/rapidxml_utils.hpp
/usr/include/cereal/macros.hpp
/usr/include/cereal/specialize.hpp
/usr/include/cereal/types
/usr/include/cereal/types/array.hpp
/usr/include/cereal/types/atomic.hpp
/usr/include/cereal/types/base_class.hpp
/usr/include/cereal/types/bitset.hpp
/usr/include/cereal/types/boost_variant.hpp
/usr/include/cereal/types/chrono.hpp
/usr/include/cereal/types/common.hpp
/usr/include/cereal/types/complex.hpp
/usr/include/cereal/types/concepts
/usr/include/cereal/types/concepts/pair_associative_container.hpp
/usr/include/cereal/types/deque.hpp
/usr/include/cereal/types/forward_list.hpp
/usr/include/cereal/types/functional.hpp
/usr/include/cereal/types/list.hpp
/usr/include/cereal/types/map.hpp
/usr/include/cereal/types/memory.hpp
/usr/include/cereal/types/optional.hpp
/usr/include/cereal/types/polymorphic.hpp
/usr/include/cereal/types/queue.hpp
/usr/include/cereal/types/set.hpp
/usr/include/cereal/types/stack.hpp
/usr/include/cereal/types/string.hpp
/usr/include/cereal/types/tuple.hpp
/usr/include/cereal/types/unordered_map.hpp
/usr/include/cereal/types/unordered_set.hpp
/usr/include/cereal/types/utility.hpp
/usr/include/cereal/types/valarray.hpp
/usr/include/cereal/types/variant.hpp
/usr/include/cereal/types/vector.hpp
/usr/include/cereal/version.hpp
/usr/lib/cmake/cereal
/usr/lib/cmake/cereal/cerealConfig.cmake
/usr/lib/cmake/cereal/cerealConfigVersion.cmake
/usr/lib/cmake/cereal/cerealTargets.cmake
/usr/share/doc/cereal-devel
/usr/share/doc/cereal-devel/README.md
/usr/share/licenses/cereal-devel
/usr/share/licenses/cereal-devel/LICENSE

References

Summary

In this tutorial we learn how to install cereal-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install cereal-devel on Fedora 36” linkTitle: “cereal-devel” type: “docs” description: “In this tutorial we learn how to install cereal-devel in Fedora 36. cereal-devel is Development headers and libraries for cereal” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cereal-devel-featured.png

Introduction

In this tutorial we learn how to install cereal-devel on Fedora 36.

What is cereal-devel

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

We can use yum or dnf to install cereal-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cereal-devel.

Install cereal-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cereal-devel using dnf by running the following command:

sudo dnf -y install cereal-devel

Install cereal-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cereal-devel using yum by running the following command:

sudo yum -y install cereal-devel

How To Uninstall cereal-devel on Fedora 36

To uninstall only the cereal-devel package we can use the following command:

sudo dnf remove cereal-devel

cereal-devel Package Contents on Fedora 36

/usr/include/cereal
/usr/include/cereal/access.hpp
/usr/include/cereal/archives
/usr/include/cereal/archives/adapters.hpp
/usr/include/cereal/archives/binary.hpp
/usr/include/cereal/archives/json.hpp
/usr/include/cereal/archives/portable_binary.hpp
/usr/include/cereal/archives/xml.hpp
/usr/include/cereal/cereal.hpp
/usr/include/cereal/details
/usr/include/cereal/details/helpers.hpp
/usr/include/cereal/details/polymorphic_impl.hpp
/usr/include/cereal/details/polymorphic_impl_fwd.hpp
/usr/include/cereal/details/static_object.hpp
/usr/include/cereal/details/traits.hpp
/usr/include/cereal/details/util.hpp
/usr/include/cereal/external
/usr/include/cereal/external/LICENSE
/usr/include/cereal/external/base64.hpp
/usr/include/cereal/external/rapidjson
/usr/include/cereal/external/rapidjson/LICENSE
/usr/include/cereal/external/rapidjson/allocators.h
/usr/include/cereal/external/rapidjson/cursorstreamwrapper.h
/usr/include/cereal/external/rapidjson/document.h
/usr/include/cereal/external/rapidjson/encodedstream.h
/usr/include/cereal/external/rapidjson/encodings.h
/usr/include/cereal/external/rapidjson/error
/usr/include/cereal/external/rapidjson/error/en.h
/usr/include/cereal/external/rapidjson/error/error.h
/usr/include/cereal/external/rapidjson/filereadstream.h
/usr/include/cereal/external/rapidjson/filewritestream.h
/usr/include/cereal/external/rapidjson/fwd.h
/usr/include/cereal/external/rapidjson/internal
/usr/include/cereal/external/rapidjson/internal/biginteger.h
/usr/include/cereal/external/rapidjson/internal/diyfp.h
/usr/include/cereal/external/rapidjson/internal/dtoa.h
/usr/include/cereal/external/rapidjson/internal/ieee754.h
/usr/include/cereal/external/rapidjson/internal/itoa.h
/usr/include/cereal/external/rapidjson/internal/meta.h
/usr/include/cereal/external/rapidjson/internal/pow10.h
/usr/include/cereal/external/rapidjson/internal/regex.h
/usr/include/cereal/external/rapidjson/internal/stack.h
/usr/include/cereal/external/rapidjson/internal/strfunc.h
/usr/include/cereal/external/rapidjson/internal/strtod.h
/usr/include/cereal/external/rapidjson/internal/swap.h
/usr/include/cereal/external/rapidjson/istreamwrapper.h
/usr/include/cereal/external/rapidjson/memorybuffer.h
/usr/include/cereal/external/rapidjson/memorystream.h
/usr/include/cereal/external/rapidjson/msinttypes
/usr/include/cereal/external/rapidjson/msinttypes/LICENSE
/usr/include/cereal/external/rapidjson/msinttypes/inttypes.h
/usr/include/cereal/external/rapidjson/msinttypes/stdint.h
/usr/include/cereal/external/rapidjson/ostreamwrapper.h
/usr/include/cereal/external/rapidjson/pointer.h
/usr/include/cereal/external/rapidjson/prettywriter.h
/usr/include/cereal/external/rapidjson/rapidjson.h
/usr/include/cereal/external/rapidjson/reader.h
/usr/include/cereal/external/rapidjson/schema.h
/usr/include/cereal/external/rapidjson/stream.h
/usr/include/cereal/external/rapidjson/stringbuffer.h
/usr/include/cereal/external/rapidjson/writer.h
/usr/include/cereal/external/rapidxml
/usr/include/cereal/external/rapidxml/license.txt
/usr/include/cereal/external/rapidxml/manual.html
/usr/include/cereal/external/rapidxml/rapidxml.hpp
/usr/include/cereal/external/rapidxml/rapidxml_iterators.hpp
/usr/include/cereal/external/rapidxml/rapidxml_print.hpp
/usr/include/cereal/external/rapidxml/rapidxml_utils.hpp
/usr/include/cereal/macros.hpp
/usr/include/cereal/specialize.hpp
/usr/include/cereal/types
/usr/include/cereal/types/array.hpp
/usr/include/cereal/types/atomic.hpp
/usr/include/cereal/types/base_class.hpp
/usr/include/cereal/types/bitset.hpp
/usr/include/cereal/types/boost_variant.hpp
/usr/include/cereal/types/chrono.hpp
/usr/include/cereal/types/common.hpp
/usr/include/cereal/types/complex.hpp
/usr/include/cereal/types/concepts
/usr/include/cereal/types/concepts/pair_associative_container.hpp
/usr/include/cereal/types/deque.hpp
/usr/include/cereal/types/forward_list.hpp
/usr/include/cereal/types/functional.hpp
/usr/include/cereal/types/list.hpp
/usr/include/cereal/types/map.hpp
/usr/include/cereal/types/memory.hpp
/usr/include/cereal/types/optional.hpp
/usr/include/cereal/types/polymorphic.hpp
/usr/include/cereal/types/queue.hpp
/usr/include/cereal/types/set.hpp
/usr/include/cereal/types/stack.hpp
/usr/include/cereal/types/string.hpp
/usr/include/cereal/types/tuple.hpp
/usr/include/cereal/types/unordered_map.hpp
/usr/include/cereal/types/unordered_set.hpp
/usr/include/cereal/types/utility.hpp
/usr/include/cereal/types/valarray.hpp
/usr/include/cereal/types/variant.hpp
/usr/include/cereal/types/vector.hpp
/usr/include/cereal/version.hpp
/usr/lib64/cmake/cereal
/usr/lib64/cmake/cereal/cerealConfig.cmake
/usr/lib64/cmake/cereal/cerealConfigVersion.cmake
/usr/lib64/cmake/cereal/cerealTargets.cmake
/usr/share/doc/cereal-devel
/usr/share/doc/cereal-devel/README.md
/usr/share/licenses/cereal-devel
/usr/share/licenses/cereal-devel/LICENSE

References

Summary

In this tutorial we learn how to install cereal-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).