How to Install and Uninstall jsoncpp.i686 Package on Fedora 39

Last updated: September 22,2024

1. Install "jsoncpp.i686" package

This guide let you learn how to install jsoncpp.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install jsoncpp.i686

2. Uninstall "jsoncpp.i686" package

This guide covers the steps necessary to uninstall jsoncpp.i686 on Fedora 39:

$ sudo dnf remove jsoncpp.i686 $ sudo dnf autoremove

3. Information about the jsoncpp.i686 package on Fedora 39

Last metadata expiration check: 0:39:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : jsoncpp
Version : 1.9.5
Release : 5.fc39
Architecture : i686
Size : 109 k
Source : jsoncpp-1.9.5-5.fc39.src.rpm
Repository : fedora
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.