How to Install and Uninstall json_simple.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "json_simple.noarch" package

Please follow the guidance below to install json_simple.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install json_simple.noarch

2. Uninstall "json_simple.noarch" package

Here is a brief guide to show you how to uninstall json_simple.noarch on Fedora 34:

$ sudo dnf remove json_simple.noarch $ sudo dnf autoremove

3. Information about the json_simple.noarch package on Fedora 34

Last metadata expiration check: 3:30:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : json_simple
Version : 1.1.1
Release : 24.fc34
Architecture : noarch
Size : 36 k
Source : json_simple-1.1.1-24.fc34.src.rpm
Repository : fedora
Summary : Simple Java toolkit for JSON
URL : http://code.google.com/p/json-simple/
License : ASL 2.0
Description : JSON.simple is a simple Java toolkit for JSON. You can use JSON.simple
: to encode or decode JSON text.
: * Full compliance with JSON specification (RFC4627) and reliable
: * Provides multiple functionalities such as encode, decode/parse
: and escape JSON text while keeping the library lightweight
: * Flexible, simple and easy to use by reusing Map and List interfaces
: * Supports streaming output of JSON text
: * Stoppable SAX-like interface for streaming input of JSON text
: * Heap based parser
: * High performance (see performance testing)
: * No dependency on external libraries
: * Both of the source code and the binary are JDK1.2 compatible