How to Install and Uninstall json-c.src Package on Oracle Linux 9
Last updated: November 27,2024
1. Install "json-c.src" package
Please follow the steps below to install json-c.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
json-c.src
Copied
2. Uninstall "json-c.src" package
Learn how to uninstall json-c.src on Oracle Linux 9:
$
sudo dnf remove
json-c.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the json-c.src package on Oracle Linux 9
Last metadata expiration check: 1:39:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : json-c
Version : 0.14
Release : 11.el9
Architecture : src
Size : 341 k
Source : None
Repository : ol9_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.
Available Packages
Name : json-c
Version : 0.14
Release : 11.el9
Architecture : src
Size : 341 k
Source : None
Repository : ol9_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.