How to Install and Uninstall qjson.x86_64 Package on Fedora 35

Last updated: October 11,2024

1. Install "qjson.x86_64" package

This guide let you learn how to install qjson.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install qjson.x86_64

2. Uninstall "qjson.x86_64" package

Here is a brief guide to show you how to uninstall qjson.x86_64 on Fedora 35:

$ sudo dnf remove qjson.x86_64 $ sudo dnf autoremove

3. Information about the qjson.x86_64 package on Fedora 35

Last metadata expiration check: 2:37:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : qjson
Version : 0.9.0
Release : 13.fc35
Architecture : x86_64
Size : 68 k
Source : qjson-0.9.0-13.fc35.src.rpm
Repository : fedora
Summary : A qt-based library that maps JSON data to QVariant objects
URL : https://github.com/flavio/qjson
License : GPLv2+
Description : 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.