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

Last updated: October 11,2024

1. Install "json-c.x86_64" package

Please follow the step by step instructions below to install json-c.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "json-c.x86_64" package

Please follow the guidance below to uninstall json-c.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 1:28:17 ago on Mon Feb 26 15:59:38 2024.
Installed Packages
Name : json-c
Version : 0.13.1
Release : 3.el8
Architecture : x86_64
Size : 68 k
Source : json-c-0.13.1-3.el8.src.rpm
Repository : @System
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.