How to Install and Uninstall yajl.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "yajl.x86_64" package

Here is a brief guide to show you how to install yajl.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install yajl.x86_64

2. Uninstall "yajl.x86_64" package

This is a short guide on how to uninstall yajl.x86_64 on Rocky Linux 9:

$ sudo dnf remove yajl.x86_64 $ sudo dnf autoremove

3. Information about the yajl.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:10:32 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : yajl
Version : 2.1.0
Release : 22.el9
Architecture : x86_64
Size : 37 k
Source : yajl-2.1.0-22.el9.src.rpm
Repository : 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.