How to Install and Uninstall json-c.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "json-c.i686" package

Here is a brief guide to show you how to install json-c.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install json-c.i686

2. Uninstall "json-c.i686" package

In this section, we are going to explain the necessary steps to uninstall json-c.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove json-c.i686 $ sudo dnf autoremove

3. Information about the json-c.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:03:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : json-c
Version : 0.14
Release : 11.el9
Architecture : i686
Size : 47 k
Source : json-c-0.14-11.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : JSON implementation in C
URL : https://github.com/json-c/json-c
License : MIT
Description : JSON-C 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. It aims to conform to RFC 7159.