How to Install and Uninstall cppcodec-devel.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "cppcodec-devel.x86_64" package

This guide let you learn how to install cppcodec-devel.x86_64 on Fedora 34

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

2. Uninstall "cppcodec-devel.x86_64" package

Please follow the guidance below to uninstall cppcodec-devel.x86_64 on Fedora 34:

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

3. Information about the cppcodec-devel.x86_64 package on Fedora 34

Last metadata expiration check: 1:06:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cppcodec-devel
Version : 0.2
Release : 6.fc34
Architecture : x86_64
Size : 29 k
Source : cppcodec-0.2-6.fc34.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.