How To Install qjson-qt5 on Fedora 36

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

Introduction

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

What is qjson-qt5

A Qt5-based library that maps JSON data to QVariant objects.

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

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

sudo dnf -y install qjson-qt5

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

sudo yum -y install qjson-qt5

How To Uninstall qjson-qt5 on Fedora 36

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

sudo dnf remove qjson-qt5

qjson-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/5992a188243b7ebc93803d6e84a0d851ced304
/usr/lib64/libqjson-qt5.so.0
/usr/lib64/libqjson-qt5.so.0.9.0
/usr/share/doc/qjson-qt5
/usr/share/doc/qjson-qt5/README.license
/usr/share/doc/qjson-qt5/README.md
/usr/share/licenses/qjson-qt5
/usr/share/licenses/qjson-qt5/COPYING.lib
---
title: "How To Install qjson-qt5 on Fedora 36"
linkTitle: "qjson-qt5"
type: "docs"
description: "In this tutorial we learn how to install qjson-qt5 in Fedora 36. qjson-qt5 is A Qt5-based library that maps JSON data to QVariant objects"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qjson-qt5-featured.png
---

## Introduction

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

### What is `qjson-qt5`

> A Qt5-based library that maps JSON data to QVariant objects.  

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

## Install qjson-qt5 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install qjson-qt5 using dnf by running the following command:

sudo dnf -y install qjson-qt5

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

sudo yum -y install qjson-qt5

How To Uninstall qjson-qt5 on Fedora 36

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

sudo dnf remove qjson-qt5

qjson-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/1a2adc72e5a2fe0a05de31ddca5fc462e234a0
/usr/lib/libqjson-qt5.so.0
/usr/lib/libqjson-qt5.so.0.9.0
/usr/share/doc/qjson-qt5
/usr/share/doc/qjson-qt5/README.license
/usr/share/doc/qjson-qt5/README.md
/usr/share/licenses/qjson-qt5
/usr/share/licenses/qjson-qt5/COPYING.lib


## References
## References


* [qjson-qt5 website](https://github.com/flavio/qjson)

* [qjson-qt5 website](https://github.com/flavio/qjson)
## Summary


## Summary

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

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