How to Install and Uninstall tomlplusplus.x86_64 Package on Oracle Linux 9

Last updated: September 27,2024

1. Install "tomlplusplus.x86_64" package

Please follow the instructions below to install tomlplusplus.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tomlplusplus.x86_64

2. Uninstall "tomlplusplus.x86_64" package

In this section, we are going to explain the necessary steps to uninstall tomlplusplus.x86_64 on Oracle Linux 9:

$ sudo dnf remove tomlplusplus.x86_64 $ sudo dnf autoremove

3. Information about the tomlplusplus.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:45:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tomlplusplus
Version : 3.4.0
Release : 1.el9
Architecture : x86_64
Size : 99 k
Source : tomlplusplus-3.4.0-1.el9.src.rpm
Repository : epel
Summary : Header-only TOML config file parser and serializer for C++17
URL : https://github.com/marzer/tomlplusplus
License : MIT
Description : toml++ is a TOML config parser and serializer for c++.
:
: - Header-only (optional!)
: - Supports the latest [TOML] release ([v1.0.0]), plus optional support for some
: unreleased TOML features
: - Passes all tests in the [toml-test](https://github.com/BurntSushi/toml-test)
: suite
: - Supports serializing to JSON and YAML
: - Proper UTF-8 handling (incl. BOM)
: - C++17 (plus some C++20 features where available, e.g. experimental support for
: [char8_t] strings)
: - Doesn't require RTTI
: - Works with or without exceptions
: - Tested on Clang (6+), GCC (7+) and MSVC (VS2019)
: - Tested on x64, x86 and ARM