How to Install and Uninstall mingw64-jsoncpp.noarch Package on Fedora 38

Last updated: October 15,2024

1. Install "mingw64-jsoncpp.noarch" package

Please follow the guidance below to install mingw64-jsoncpp.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install mingw64-jsoncpp.noarch

2. Uninstall "mingw64-jsoncpp.noarch" package

In this section, we are going to explain the necessary steps to uninstall mingw64-jsoncpp.noarch on Fedora 38:

$ sudo dnf remove mingw64-jsoncpp.noarch $ sudo dnf autoremove

3. Information about the mingw64-jsoncpp.noarch package on Fedora 38

Last metadata expiration check: 2:06:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mingw64-jsoncpp
Version : 1.8.4
Release : 13.fc38
Architecture : noarch
Size : 145 k
Source : mingw-jsoncpp-1.8.4-13.fc38.src.rpm
Repository : fedora
Summary : JSON library implemented in C++ for Win64 target
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.
:
: This package provides the library for the Win64 target.