How To Install cpp-hocon on Fedora 36
Introduction
In this tutorial we learn how to install cpp-hocon
on Fedora 36.
What is cpp-hocon
This is a port of the TypesafeConfig library to C++. The library provides C++ support for the HOCON configuration file format.
We can use yum
or dnf
to install cpp-hocon
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cpp-hocon.
Install cpp-hocon 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 cpp-hocon
using dnf
by running the following command:
sudo dnf -y install cpp-hocon
Install cpp-hocon 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 cpp-hocon
using yum
by running the following command:
sudo yum -y install cpp-hocon
How To Uninstall cpp-hocon on Fedora 36
To uninstall only the cpp-hocon
package we can use the following command:
sudo dnf remove cpp-hocon
cpp-hocon Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/36defb3259d979c419b40ee30943660eb68972
/usr/lib/libcpp-hocon.so.0.3.0
/usr/share/licenses/cpp-hocon
/usr/share/licenses/cpp-hocon/LICENSE
References
Summary
In this tutorial we learn how to install cpp-hocon
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install cpp-hocon on Fedora 36” linkTitle: “cpp-hocon” type: “docs” description: “In this tutorial we learn how to install cpp-hocon in Fedora 36. cpp-hocon is C++ support for the HOCON configuration file format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cpp-hocon-featured.png
Introduction
In this tutorial we learn how to install cpp-hocon
on Fedora 36.
What is cpp-hocon
This is a port of the TypesafeConfig library to C++. The library provides C++ support for the HOCON configuration file format.
We can use yum
or dnf
to install cpp-hocon
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cpp-hocon.
Install cpp-hocon 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 cpp-hocon
using dnf
by running the following command:
sudo dnf -y install cpp-hocon
Install cpp-hocon 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 cpp-hocon
using yum
by running the following command:
sudo yum -y install cpp-hocon
How To Uninstall cpp-hocon on Fedora 36
To uninstall only the cpp-hocon
package we can use the following command:
sudo dnf remove cpp-hocon
cpp-hocon Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/0808aae23dcb3c8a65141c9915d9f0e2b07905
/usr/lib64/libcpp-hocon.so.0.3.0
/usr/share/licenses/cpp-hocon
/usr/share/licenses/cpp-hocon/LICENSE
References
Summary
In this tutorial we learn how to install cpp-hocon
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).