How to Install and Uninstall json-c.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "json-c.x86_64" package

In this section, we are going to explain the necessary steps to install json-c.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install json-c.x86_64

2. Uninstall "json-c.x86_64" package

In this section, we are going to explain the necessary steps to uninstall json-c.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the json-c.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : json-c
Arch : x86_64
Version : 0.11
Release : 4.el7_0
Size : 64 k
Repo : installed
From repo : anaconda
Summary : A JSON implementation in C
URL : https://github.com/json-c/json-c/wiki
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.