How to Install and Uninstall yajl.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "yajl.src" package

This guide let you learn how to install yajl.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install yajl.src

2. Uninstall "yajl.src" package

Learn how to uninstall yajl.src on Oracle Linux 9:

$ sudo dnf remove yajl.src $ sudo dnf autoremove

3. Information about the yajl.src package on Oracle Linux 9

Last metadata expiration check: 1:17:11 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : yajl
Version : 2.1.0
Release : 22.el9
Architecture : src
Size : 106 k
Source : None
Repository : ol9_appstream
Summary : Yet Another JSON Library (YAJL)
URL : http://lloyd.github.com/yajl/
License : ISC
Description : Yet Another JSON Library. YAJL is a small event-driven
: (SAX-style) JSON parser written in ANSI C, and a small
: validating JSON generator.