How To Install libfastjson on Fedora 36
Introduction
In this tutorial we learn how to install libfastjson on Fedora 36.
What is libfastjson
LIBFASTJSON implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
We can use yum or dnf to install libfastjson on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfastjson.
Install libfastjson 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 libfastjson using dnf by running the following command:
sudo dnf -y install libfastjson
Install libfastjson 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 libfastjson using yum by running the following command:
sudo yum -y install libfastjson
How To Uninstall libfastjson on Fedora 36
To uninstall only the libfastjson package we can use the following command:
sudo dnf remove libfastjson
libfastjson Package Contents on Fedora 36
---
title: "How To Install libfastjson on Fedora 36"
linkTitle: "libfastjson"
type: "docs"
description: "In this tutorial we learn how to install libfastjson in Fedora 36. libfastjson is A JSON implementation in C"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libfastjson-featured.png
---
## Introduction
In this tutorial we learn how to install `libfastjson` on Fedora 36.
### What is `libfastjson`
> LIBFASTJSON implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
We can use `yum` or `dnf` to install `libfastjson` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfastjson.
## Install libfastjson 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 libfastjson using dnf by running the following command:
sudo dnf -y install libfastjson
Install libfastjson on Fedora 36 Using yum
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/3c95741ee47835db4f5dc3ca697e8f0d0f9d1b
/usr/lib64/libfastjson.so.4
/usr/lib64/libfastjson.so.4.3.0
/usr/share/doc/libfastjson
/usr/share/doc/libfastjson/AUTHORS
/usr/share/doc/libfastjson/ChangeLog
/usr/share/doc/libfastjson/README.html
/usr/share/licenses/libfastjson
/usr/share/licenses/libfastjson/COPYING
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `libfastjson` using `yum` by running the following command:
## References
```bash
sudo yum -y install libfastjson
* [libfastjson website](https://github.com/rsyslog/libfastjson)
How To Uninstall libfastjson on Fedora 36
Summary
To uninstall only the libfastjson package we can use the following command:
sudo dnf remove libfastjson
In this tutorial we learn how to install `libfastjson` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
libfastjson Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/8916286481308310cc051e0c7411071d01f2f9
/usr/lib/libfastjson.so.4
/usr/lib/libfastjson.so.4.3.0
/usr/share/doc/libfastjson
/usr/share/doc/libfastjson/AUTHORS
/usr/share/doc/libfastjson/ChangeLog
/usr/share/doc/libfastjson/README.html
/usr/share/licenses/libfastjson
/usr/share/licenses/libfastjson/COPYING
References
Summary
In this tutorial we learn how to install libfastjson on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).