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

Last updated: September 28,2024

1. Install "cppcodec-devel.x86_64" package

Please follow the guidance below to install cppcodec-devel.x86_64 on Fedora 35

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

2. Uninstall "cppcodec-devel.x86_64" package

Here is a brief guide to show you how to uninstall cppcodec-devel.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:19:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cppcodec-devel
Version : 0.2
Release : 6.fc35
Architecture : x86_64
Size : 29 k
Source : cppcodec-0.2-6.fc35.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.