How to Install and Uninstall cpptoml-devel.i686 Package on Fedora 34

Last updated: October 04,2024

1. Install "cpptoml-devel.i686" package

This tutorial shows how to install cpptoml-devel.i686 on Fedora 34

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

2. Uninstall "cpptoml-devel.i686" package

This guide covers the steps necessary to uninstall cpptoml-devel.i686 on Fedora 34:

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

3. Information about the cpptoml-devel.i686 package on Fedora 34

Last metadata expiration check: 3:58:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : cpptoml-devel
Version : 0.1.1
Release : 6.fc34
Architecture : i686
Size : 29 k
Source : cpptoml-0.1.1-6.fc34.src.rpm
Repository : fedora
Summary : Header files for cpptoml
URL : https://github.com/skystrife/cpptoml
License : MIT
Description : Header files to develop applications that use the TOML format.
:
: Supports TOML v0.5.0.
:
: This includes support for the new DateTime format, inline tables, multi-line
: basic and raw strings, digit separators, hexadecimal integers, octal integers,
: binary integers, and float special values.