How To Install toml11-devel on Fedora 36

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

Introduction

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

What is toml11-devel

toml11 is a C++11 (or later) header-only toml parser/encoder depending only on C++ standard library. * It is compatible to the latest version of TOML v1.0.0. * It is one of the most TOML standard compliant libraries, tested with the language agnostic test suite for TOML parsers by BurntSushi. * It shows highly informative error messages. You can see the error messages about invalid files at CircleCI. * It has configurable container. You can use any random-access containers and key-value maps as backend containers. * It optionally preserves comments without any overhead. * It has configurable serializer that supports comments, inline tables, literal strings and multiline strings. * It supports user-defined type conversion from/into toml values. * It correctly handles UTF-8 sequences, with or without BOM, both on posix and Windows. Development files for toml11.

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

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

sudo dnf -y install toml11-devel

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

sudo yum -y install toml11-devel

How To Uninstall toml11-devel on Fedora 36

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

sudo dnf remove toml11-devel

toml11-devel Package Contents on Fedora 36

/usr/include/toml
/usr/include/toml.hpp
/usr/include/toml/color.hpp
/usr/include/toml/combinator.hpp
/usr/include/toml/comments.hpp
/usr/include/toml/datetime.hpp
/usr/include/toml/exception.hpp
/usr/include/toml/from.hpp
/usr/include/toml/get.hpp
/usr/include/toml/into.hpp
/usr/include/toml/lexer.hpp
/usr/include/toml/literal.hpp
/usr/include/toml/macros.hpp
/usr/include/toml/parser.hpp
/usr/include/toml/region.hpp
/usr/include/toml/result.hpp
/usr/include/toml/serializer.hpp
/usr/include/toml/source_location.hpp
/usr/include/toml/storage.hpp
/usr/include/toml/string.hpp
/usr/include/toml/traits.hpp
/usr/include/toml/types.hpp
/usr/include/toml/utility.hpp
/usr/include/toml/value.hpp
/usr/include/toml/version.hpp
/usr/lib/cmake/toml11
/usr/lib/cmake/toml11/toml11Config.cmake
/usr/lib/cmake/toml11/toml11ConfigVersion.cmake
/usr/lib/cmake/toml11/toml11Targets.cmake
/usr/share/doc/toml11-devel
/usr/share/doc/toml11-devel/README.md
/usr/share/licenses/toml11-devel
/usr/share/licenses/toml11-devel/LICENSE

References

Summary

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


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

Introduction

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

What is toml11-devel

toml11 is a C++11 (or later) header-only toml parser/encoder depending only on C++ standard library. * It is compatible to the latest version of TOML v1.0.0. * It is one of the most TOML standard compliant libraries, tested with the language agnostic test suite for TOML parsers by BurntSushi. * It shows highly informative error messages. You can see the error messages about invalid files at CircleCI. * It has configurable container. You can use any random-access containers and key-value maps as backend containers. * It optionally preserves comments without any overhead. * It has configurable serializer that supports comments, inline tables, literal strings and multiline strings. * It supports user-defined type conversion from/into toml values. * It correctly handles UTF-8 sequences, with or without BOM, both on posix and Windows. Development files for toml11.

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

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

sudo dnf -y install toml11-devel

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

sudo yum -y install toml11-devel

How To Uninstall toml11-devel on Fedora 36

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

sudo dnf remove toml11-devel

toml11-devel Package Contents on Fedora 36

/usr/include/toml
/usr/include/toml.hpp
/usr/include/toml/color.hpp
/usr/include/toml/combinator.hpp
/usr/include/toml/comments.hpp
/usr/include/toml/datetime.hpp
/usr/include/toml/exception.hpp
/usr/include/toml/from.hpp
/usr/include/toml/get.hpp
/usr/include/toml/into.hpp
/usr/include/toml/lexer.hpp
/usr/include/toml/literal.hpp
/usr/include/toml/macros.hpp
/usr/include/toml/parser.hpp
/usr/include/toml/region.hpp
/usr/include/toml/result.hpp
/usr/include/toml/serializer.hpp
/usr/include/toml/source_location.hpp
/usr/include/toml/storage.hpp
/usr/include/toml/string.hpp
/usr/include/toml/traits.hpp
/usr/include/toml/types.hpp
/usr/include/toml/utility.hpp
/usr/include/toml/value.hpp
/usr/include/toml/version.hpp
/usr/lib64/cmake/toml11
/usr/lib64/cmake/toml11/toml11Config.cmake
/usr/lib64/cmake/toml11/toml11ConfigVersion.cmake
/usr/lib64/cmake/toml11/toml11Targets.cmake
/usr/share/doc/toml11-devel
/usr/share/doc/toml11-devel/README.md
/usr/share/licenses/toml11-devel
/usr/share/licenses/toml11-devel/LICENSE

References

Summary

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