How to Install and Uninstall cppcodec-devel.i686 Package on Fedora 36

Last updated: January 15,2025

1. Install "cppcodec-devel.i686" package

Here is a brief guide to show you how to install cppcodec-devel.i686 on Fedora 36

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

2. Uninstall "cppcodec-devel.i686" package

Please follow the steps below to uninstall cppcodec-devel.i686 on Fedora 36:

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

3. Information about the cppcodec-devel.i686 package on Fedora 36

Last metadata expiration check: 0:12:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : cppcodec-devel
Version : 0.2
Release : 7.fc36
Architecture : i686
Size : 29 k
Source : cppcodec-0.2-7.fc36.src.rpm
Repository : fedora
Summary : Header-only C++11 library to encode/decode base64/base64url/base32/base32hex/hex
URL : https://github.com/tplgy/cppcodec
License : MIT
Description : 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::string and (templated) character vectors without unnecessary allocations.