How to Install and Uninstall libtomlplusplus3 Package on openSuSE Tumbleweed

Last updated: June 13,2024

1. Install "libtomlplusplus3" package

Please follow the step by step instructions below to install libtomlplusplus3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libtomlplusplus3

2. Uninstall "libtomlplusplus3" package

This guide covers the steps necessary to uninstall libtomlplusplus3 on openSuSE Tumbleweed:

$ sudo zypper remove libtomlplusplus3

3. Information about the libtomlplusplus3 package on openSuSE Tumbleweed

Information for package libtomlplusplus3:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libtomlplusplus3
Version : 3.4.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 226.2 KiB
Installed : No
Status : not installed
Source package : tomlplusplus-3.4.0-1.2.src
Upstream URL : https://github.com/marzer/tomlplusplus
Summary : TOML config file parser and serializer for C++17
Description :
toml++ is a TOML config parser and serializer for C++.
* Supports the TOML release v1.0.0, plus optional support for
some unreleased TOML features
* Supports serialization to JSON and YAML
* C++17 (plus some C++20 features where available, e.g. experimental
support for char8_t strings)
* No requirement for RTTI and exceptions