How To Install qjson on Fedora 36

In this tutorial we learn how to install qjson in Fedora 36. qjson is A qt-based library that maps JSON data to QVariant objects

Introduction

In this tutorial we learn how to install qjson on Fedora 36.

What is qjson

JSON is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.QJson is a qt-based library that maps JSON data to QVariant objects.

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

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

sudo dnf -y install qjson

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

sudo yum -y install qjson

How To Uninstall qjson on Fedora 36

To uninstall only the qjson package we can use the following command:

sudo dnf remove qjson

qjson Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/2aa59a1690e0ebab2472ef74798709c5163cc2
/usr/lib/libqjson.so.0
/usr/lib/libqjson.so.0.9.0
/usr/share/doc/qjson
/usr/share/doc/qjson/README.license
/usr/share/doc/qjson/README.md
/usr/share/licenses/qjson
/usr/share/licenses/qjson/COPYING.lib

References

Summary

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


title: “How To Install qjson on Fedora 36” linkTitle: “qjson” type: “docs” description: “In this tutorial we learn how to install qjson in Fedora 36. qjson is A qt-based library that maps JSON data to QVariant objects” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qjson-featured.png

Introduction

In this tutorial we learn how to install qjson on Fedora 36.

What is qjson

JSON is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.QJson is a qt-based library that maps JSON data to QVariant objects.

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

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

sudo dnf -y install qjson

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

sudo yum -y install qjson

How To Uninstall qjson on Fedora 36

To uninstall only the qjson package we can use the following command:

sudo dnf remove qjson

qjson Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/d9a46bc58d9c052f8a3b09495c3763743b5c70
/usr/lib64/libqjson.so.0
/usr/lib64/libqjson.so.0.9.0
/usr/share/doc/qjson
/usr/share/doc/qjson/README.license
/usr/share/doc/qjson/README.md
/usr/share/licenses/qjson
/usr/share/licenses/qjson/COPYING.lib

References

Summary

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