How To Install cppcodec-devel on Fedora 36

In this tutorial we learn how to install cppcodec-devel in Fedora 36. cppcodec-devel is Header-only C++11 library to encode/decode base64/base64url/base32/base32hex/hex

Introduction

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

What is cppcodec-devel

Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford’s base32. MIT licensed with consistent, flexible API. Supports raw pointers, std

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

Install cppcodec-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 cppcodec-devel using dnf by running the following command:

sudo dnf -y install cppcodec-devel

Install cppcodec-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 cppcodec-devel using yum by running the following command:

sudo yum -y install cppcodec-devel

How To Uninstall cppcodec-devel on Fedora 36

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

sudo dnf remove cppcodec-devel

cppcodec-devel Package Contents on Fedora 36

/usr/include/cppcodec
/usr/include/cppcodec/base32_crockford.hpp
/usr/include/cppcodec/base32_default_crockford.hpp
/usr/include/cppcodec/base32_default_hex.hpp
/usr/include/cppcodec/base32_default_rfc4648.hpp
/usr/include/cppcodec/base32_hex.hpp
/usr/include/cppcodec/base32_rfc4648.hpp
/usr/include/cppcodec/base64_default_rfc4648.hpp
/usr/include/cppcodec/base64_default_url.hpp
/usr/include/cppcodec/base64_default_url_unpadded.hpp
/usr/include/cppcodec/base64_rfc4648.hpp
/usr/include/cppcodec/base64_url.hpp
/usr/include/cppcodec/base64_url_unpadded.hpp
/usr/include/cppcodec/data
/usr/include/cppcodec/data/access.hpp
/usr/include/cppcodec/data/raw_result_buffer.hpp
/usr/include/cppcodec/detail
/usr/include/cppcodec/detail/base32.hpp
/usr/include/cppcodec/detail/base64.hpp
/usr/include/cppcodec/detail/codec.hpp
/usr/include/cppcodec/detail/config.hpp
/usr/include/cppcodec/detail/hex.hpp
/usr/include/cppcodec/detail/stream_codec.hpp
/usr/include/cppcodec/hex_default_lower.hpp
/usr/include/cppcodec/hex_default_upper.hpp
/usr/include/cppcodec/hex_lower.hpp
/usr/include/cppcodec/hex_upper.hpp
/usr/include/cppcodec/parse_error.hpp
/usr/share/doc/cppcodec-devel
/usr/share/doc/cppcodec-devel/README.md
/usr/share/licenses/cppcodec-devel
/usr/share/licenses/cppcodec-devel/LICENSE
/usr/share/pkgconfig/cppcodec-1.pc

References

Summary

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


title: “How To Install cppcodec-devel on Fedora 36” linkTitle: “cppcodec-devel” type: “docs” description: “In this tutorial we learn how to install cppcodec-devel in Fedora 36. cppcodec-devel is Header-only C++11 library to encode/decode base64/base64url/base32/base32hex/hex” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cppcodec-devel-featured.png

Introduction

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

What is cppcodec-devel

Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford’s base32. MIT licensed with consistent, flexible API. Supports raw pointers, std

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

Install cppcodec-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 cppcodec-devel using dnf by running the following command:

sudo dnf -y install cppcodec-devel

Install cppcodec-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 cppcodec-devel using yum by running the following command:

sudo yum -y install cppcodec-devel

How To Uninstall cppcodec-devel on Fedora 36

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

sudo dnf remove cppcodec-devel

cppcodec-devel Package Contents on Fedora 36

/usr/include/cppcodec
/usr/include/cppcodec/base32_crockford.hpp
/usr/include/cppcodec/base32_default_crockford.hpp
/usr/include/cppcodec/base32_default_hex.hpp
/usr/include/cppcodec/base32_default_rfc4648.hpp
/usr/include/cppcodec/base32_hex.hpp
/usr/include/cppcodec/base32_rfc4648.hpp
/usr/include/cppcodec/base64_default_rfc4648.hpp
/usr/include/cppcodec/base64_default_url.hpp
/usr/include/cppcodec/base64_default_url_unpadded.hpp
/usr/include/cppcodec/base64_rfc4648.hpp
/usr/include/cppcodec/base64_url.hpp
/usr/include/cppcodec/base64_url_unpadded.hpp
/usr/include/cppcodec/data
/usr/include/cppcodec/data/access.hpp
/usr/include/cppcodec/data/raw_result_buffer.hpp
/usr/include/cppcodec/detail
/usr/include/cppcodec/detail/base32.hpp
/usr/include/cppcodec/detail/base64.hpp
/usr/include/cppcodec/detail/codec.hpp
/usr/include/cppcodec/detail/config.hpp
/usr/include/cppcodec/detail/hex.hpp
/usr/include/cppcodec/detail/stream_codec.hpp
/usr/include/cppcodec/hex_default_lower.hpp
/usr/include/cppcodec/hex_default_upper.hpp
/usr/include/cppcodec/hex_lower.hpp
/usr/include/cppcodec/hex_upper.hpp
/usr/include/cppcodec/parse_error.hpp
/usr/share/doc/cppcodec-devel
/usr/share/doc/cppcodec-devel/README.md
/usr/share/licenses/cppcodec-devel
/usr/share/licenses/cppcodec-devel/LICENSE
/usr/share/pkgconfig/cppcodec-1.pc

References

Summary

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