How To Install cpptoml-devel on Fedora 36

In this tutorial we learn how to install cpptoml-devel in Fedora 36. cpptoml-devel is Header files for cpptoml

Introduction

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

What is cpptoml-devel

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.

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

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

sudo dnf -y install cpptoml-devel

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

sudo yum -y install cpptoml-devel

How To Uninstall cpptoml-devel on Fedora 36

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

sudo dnf remove cpptoml-devel

cpptoml-devel Package Contents on Fedora 36

/usr/include/cpptoml.h
/usr/lib/cmake/cpptoml
/usr/lib/cmake/cpptoml/cpptomlConfig.cmake
/usr/lib/cmake/cpptoml/cpptomlConfigVersion.cmake
/usr/lib/cmake/cpptoml/cpptomlTargets.cmake
/usr/share/doc/cpptoml-devel
/usr/share/doc/cpptoml-devel/README.md
/usr/share/licenses/cpptoml-devel
/usr/share/licenses/cpptoml-devel/LICENSE

References

Summary

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


title: “How To Install cpptoml-devel on Fedora 36” linkTitle: “cpptoml-devel” type: “docs” description: “In this tutorial we learn how to install cpptoml-devel in Fedora 36. cpptoml-devel is Header files for cpptoml” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cpptoml-devel-featured.png

Introduction

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

What is cpptoml-devel

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.

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

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

sudo dnf -y install cpptoml-devel

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

sudo yum -y install cpptoml-devel

How To Uninstall cpptoml-devel on Fedora 36

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

sudo dnf remove cpptoml-devel

cpptoml-devel Package Contents on Fedora 36

/usr/include/cpptoml.h
/usr/lib64/cmake/cpptoml
/usr/lib64/cmake/cpptoml/cpptomlConfig.cmake
/usr/lib64/cmake/cpptoml/cpptomlConfigVersion.cmake
/usr/lib64/cmake/cpptoml/cpptomlTargets.cmake
/usr/share/doc/cpptoml-devel
/usr/share/doc/cpptoml-devel/README.md
/usr/share/licenses/cpptoml-devel
/usr/share/licenses/cpptoml-devel/LICENSE

References

Summary

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