How To Install json-parser on Fedora 36

In this tutorial we learn how to install json-parser in Fedora 36. json-parser is Very low footprint JSON parser written in portable ANSI C

Introduction

In this tutorial we learn how to install json-parser on Fedora 36.

What is json-parser

Very low footprint JSON parser written in portable ANSI C

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

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

sudo dnf -y install json-parser

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

sudo yum -y install json-parser

How To Uninstall json-parser on Fedora 36

To uninstall only the json-parser package we can use the following command:

sudo dnf remove json-parser

json-parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/22a5235944d3cc5ef5b9c823082ae76c8b9e79
/usr/lib/libjsonparser.so.1.1
/usr/lib/libjsonparser.so.1.1.0
/usr/share/doc/json-parser
/usr/share/doc/json-parser/AUTHORS
/usr/share/doc/json-parser/LICENSE
/usr/share/doc/json-parser/README.md

References

Summary

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


title: “How To Install json-parser on Fedora 36” linkTitle: “json-parser” type: “docs” description: “In this tutorial we learn how to install json-parser in Fedora 36. json-parser is Very low footprint JSON parser written in portable ANSI C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/json-parser-featured.png

Introduction

In this tutorial we learn how to install json-parser on Fedora 36.

What is json-parser

Very low footprint JSON parser written in portable ANSI C

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

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

sudo dnf -y install json-parser

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

sudo yum -y install json-parser

How To Uninstall json-parser on Fedora 36

To uninstall only the json-parser package we can use the following command:

sudo dnf remove json-parser

json-parser Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/6fe6038b53d30f40c6a928d8e971e6d7f9b068
/usr/lib64/libjsonparser.so.1.1
/usr/lib64/libjsonparser.so.1.1.0
/usr/share/doc/json-parser
/usr/share/doc/json-parser/AUTHORS
/usr/share/doc/json-parser/LICENSE
/usr/share/doc/json-parser/README.md

References

Summary

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