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

Last updated: July 03,2024

1. Install "qjson.x86_64" package

Here is a brief guide to show you how to install qjson.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qjson.x86_64

2. Uninstall "qjson.x86_64" package

Please follow the guidance below to uninstall qjson.x86_64 on Fedora 34:

$ sudo dnf remove qjson.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:14:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : qjson
Version : 0.9.0
Release : 12.fc34
Architecture : x86_64
Size : 70 k
Source : qjson-0.9.0-12.fc34.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.