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

Last updated: October 13,2024

1. Install "jsoncpp.x86_64" package

In this section, we are going to explain the necessary steps to install jsoncpp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install jsoncpp.x86_64

2. Uninstall "jsoncpp.x86_64" package

Please follow the instructions below to uninstall jsoncpp.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove jsoncpp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:35:52 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : jsoncpp
Version : 1.8.4
Release : 6.el8
Architecture : x86_64
Size : 92 k
Source : jsoncpp-1.8.4-6.el8.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.