How to Install and Uninstall json-c.i686 Package on Fedora 35

Last updated: September 21,2024

1. Install "json-c.i686" package

Please follow the steps below to install json-c.i686 on Fedora 35

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

2. Uninstall "json-c.i686" package

This guide let you learn how to uninstall json-c.i686 on Fedora 35:

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

3. Information about the json-c.i686 package on Fedora 35

Last metadata expiration check: 4:06:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : json-c
Version : 0.15
Release : 2.fc35
Architecture : i686
Size : 46 k
Source : json-c-0.15-2.fc35.src.rpm
Repository : fedora
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.