How to Install and Uninstall cjson.x86_64 Package on Oracle Linux 8
Last updated: November 14,2024
1. Install "cjson.x86_64" package
This is a short guide on how to install cjson.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
cjson.x86_64
Copied
2. Uninstall "cjson.x86_64" package
This tutorial shows how to uninstall cjson.x86_64 on Oracle Linux 8:
$
sudo dnf remove
cjson.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the cjson.x86_64 package on Oracle Linux 8
Last metadata expiration check: 2:43:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : cjson
Version : 1.7.14
Release : 2.el8
Architecture : x86_64
Size : 30 k
Source : cjson-1.7.14-2.el8.src.rpm
Repository : epel
Summary : Ultralightweight JSON parser in ANSI C
URL : https://github.com/DaveGamble/cJSON
License : MIT and ASL 2.0
Description : cJSON aims to be the dumbest possible parser that you can get your job
: done with. It's a single file of C, and a single header file.
Available Packages
Name : cjson
Version : 1.7.14
Release : 2.el8
Architecture : x86_64
Size : 30 k
Source : cjson-1.7.14-2.el8.src.rpm
Repository : epel
Summary : Ultralightweight JSON parser in ANSI C
URL : https://github.com/DaveGamble/cJSON
License : MIT and ASL 2.0
Description : cJSON aims to be the dumbest possible parser that you can get your job
: done with. It's a single file of C, and a single header file.