How to Install and Uninstall mingw32-jsoncpp.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "mingw32-jsoncpp.noarch" package

Please follow the guidelines below to install mingw32-jsoncpp.noarch on Fedora 34

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

2. Uninstall "mingw32-jsoncpp.noarch" package

Please follow the step by step instructions below to uninstall mingw32-jsoncpp.noarch on Fedora 34:

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

3. Information about the mingw32-jsoncpp.noarch package on Fedora 34

Last metadata expiration check: 0:53:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw32-jsoncpp
Version : 1.8.4
Release : 8.fc34
Architecture : noarch
Size : 152 k
Source : mingw-jsoncpp-1.8.4-8.fc34.src.rpm
Repository : fedora
Summary : JSON library implemented in C++ for Win32 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 Win32 target.