How to Install and Uninstall json-c.i686 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "json-c.i686" package

This guide let you learn how to install json-c.i686 on Oracle Linux 8

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

2. Uninstall "json-c.i686" package

Here is a brief guide to show you how to uninstall json-c.i686 on Oracle Linux 8:

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

3. Information about the json-c.i686 package on Oracle Linux 8

Last metadata expiration check: 3:43:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : json-c
Version : 0.13.1
Release : 3.el8
Architecture : i686
Size : 43 k
Source : json-c-0.13.1-3.el8.src.rpm
Repository : ol8_baseos_latest
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.