How To Install jsoncpp-devel on Fedora 36

In this tutorial we learn how to install jsoncpp-devel in Fedora 36. jsoncpp-devel is Development headers and library for jsoncpp

Introduction

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

What is jsoncpp-devel

This package contains the development headers and library for jsoncpp.

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

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

sudo dnf -y install jsoncpp-devel

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

sudo yum -y install jsoncpp-devel

How To Uninstall jsoncpp-devel on Fedora 36

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

sudo dnf remove jsoncpp-devel

jsoncpp-devel Package Contents on Fedora 36

/usr/include/json
/usr/include/json/allocator.h
/usr/include/json/assertions.h
/usr/include/json/config.h
/usr/include/json/forwards.h
/usr/include/json/json.h
/usr/include/json/json_features.h
/usr/include/json/reader.h
/usr/include/json/value.h
/usr/include/json/version.h
/usr/include/json/writer.h
/usr/lib/cmake/jsoncpp
/usr/lib/cmake/jsoncpp/jsoncpp-namespaced-targets.cmake
/usr/lib/cmake/jsoncpp/jsoncpp-targets-release.cmake
/usr/lib/cmake/jsoncpp/jsoncpp-targets.cmake
/usr/lib/cmake/jsoncpp/jsoncppConfig.cmake
/usr/lib/cmake/jsoncpp/jsoncppConfigVersion.cmake
/usr/lib/libjsoncpp.so
/usr/lib/pkgconfig/jsoncpp.pc

References

Summary

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


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

Introduction

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

What is jsoncpp-devel

This package contains the development headers and library for jsoncpp.

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

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

sudo dnf -y install jsoncpp-devel

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

sudo yum -y install jsoncpp-devel

How To Uninstall jsoncpp-devel on Fedora 36

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

sudo dnf remove jsoncpp-devel

jsoncpp-devel Package Contents on Fedora 36

/usr/include/json
/usr/include/json/allocator.h
/usr/include/json/assertions.h
/usr/include/json/config.h
/usr/include/json/forwards.h
/usr/include/json/json.h
/usr/include/json/json_features.h
/usr/include/json/reader.h
/usr/include/json/value.h
/usr/include/json/version.h
/usr/include/json/writer.h
/usr/lib64/cmake/jsoncpp
/usr/lib64/cmake/jsoncpp/jsoncpp-namespaced-targets.cmake
/usr/lib64/cmake/jsoncpp/jsoncpp-targets-release.cmake
/usr/lib64/cmake/jsoncpp/jsoncpp-targets.cmake
/usr/lib64/cmake/jsoncpp/jsoncppConfig.cmake
/usr/lib64/cmake/jsoncpp/jsoncppConfigVersion.cmake
/usr/lib64/libjsoncpp.so
/usr/lib64/pkgconfig/jsoncpp.pc

References

Summary

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