How To Install yajl on Fedora 36
Introduction
In this tutorial we learn how to install yajl
on Fedora 36.
What is yajl
title: “How To Install yajl on Fedora 36”
linkTitle: “yajl”
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.
type: “docs”
description: “In this tutorial we learn how to install yajl in Fedora 36. yajl is Yet Another JSON Library (YAJL)”
We can use yum
or dnf
to install yajl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yajl.
date: “2022-08-17”
lastmod: “2022-08-17” #image: /images/fedora/36/yajl-featured.png
Introduction
In this tutorial we learn how to install yajl
on Fedora 36.
Install yajl on Fedora 36 Using dnf
What is yajl
Update yum database with dnf
using the following command.
Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator.
sudo dnf makecache --refresh
We can use yum
or dnf
to install yajl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yajl.
After updating yum database, We can install yajl
using dnf
by running the following command:
## Install yajl on Fedora 36 Using dnf
sudo dnf -y install yajl
Update yum database with dnf
using the following command.
Install yajl on Fedora 36 Using yum
Update yum database with `yum` using the following command.
sudo dnf makecache --refresh
sudo yum makecache --refresh
After updating yum database, We can install `yajl` using `dnf` by running the following command:
sudo dnf -y install yajl
After updating yum database, We can install `yajl` using `yum` by running the following command:
## Install yajl on Fedora 36 Using yum
sudo yum -y install yajl
Update yum database with yum
using the following command.
How To Uninstall yajl on Fedora 36
sudo yum makecache --refresh
To uninstall only the `yajl` package we can use the following command:
After updating yum database, We can install `yajl` using `yum` by running the following command:
sudo dnf remove yajl
sudo yum -y install yajl
## yajl Package Contents on Fedora 36
How To Uninstall yajl on Fedora 36
To uninstall only the `yajl` package we can use the following command:
```bash
sudo dnf remove yajl
yajl Package Contents on Fedora 36
/usr/bin/json_reformat
/usr/bin/json_verify
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/db8c7488d4767f008deb9845b7e9dbdd7bc3e9
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/dd0371e936a4bb9eec40d14610c0e7ae730a80
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/c830402b7e99dda9ef7ddc5df91f442aa7ac83
/usr/lib64/libyajl.so.2
/usr/lib64/libyajl.so.2.1.0
/usr/share/doc/yajl
/usr/share/doc/yajl/ChangeLog
/usr/share/doc/yajl/README
/usr/share/doc/yajl/TODO
/usr/share/licenses/yajl
/usr/share/licenses/yajl/COPYING
References
Summary
In this tutorial we learn how to install yajl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/json_reformat /usr/bin/json_verify /usr/lib/.build-id /usr/lib/.build-id/46 /usr/lib/.build-id/46/4b39c532240ab0e80045d4dc29b1e93dd3eea9 /usr/lib/.build-id/7d /usr/lib/.build-id/7d/81355221322451aeb9304e0705ff0025a9346c /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/35b1c459aeb02f21601f3742cc3eb3d27941e0 /usr/lib/libyajl.so.2 /usr/lib/libyajl.so.2.1.0 /usr/share/doc/yajl /usr/share/doc/yajl/ChangeLog /usr/share/doc/yajl/README /usr/share/doc/yajl/TODO /usr/share/licenses/yajl /usr/share/licenses/yajl/COPYING
## References
* [yajl website](http://lloyd.github.com/yajl/)
## Summary
In this tutorial we learn how to install `yajl` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).