How to Install and Uninstall jsoncpp.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "jsoncpp.x86_64" package

This guide let you learn how to install jsoncpp.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install jsoncpp.x86_64

2. Uninstall "jsoncpp.x86_64" package

Please follow the step by step instructions below to uninstall jsoncpp.x86_64 on Oracle Linux 9:

$ sudo dnf remove jsoncpp.x86_64 $ sudo dnf autoremove

3. Information about the jsoncpp.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:45:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jsoncpp
Version : 1.9.5
Release : 1.el9
Architecture : x86_64
Size : 93 k
Source : jsoncpp-1.9.5-1.el9.src.rpm
Repository : epel
Summary : JSON library implemented in C++
URL : https://github.com/open-source-parsers/jsoncpp
License : Public Domain or MIT
Description : jsoncpp is an implementation of a JSON (http://json.org) reader and writer in
: C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format.
: It is easy for humans to read and write. It is easy for machines to parse and
: generate.