How to Install and Uninstall google-gson.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "google-gson.noarch" package

Please follow the guidelines below to install google-gson.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install google-gson.noarch

2. Uninstall "google-gson.noarch" package

Please follow the steps below to uninstall google-gson.noarch on Oracle Linux 9:

$ sudo dnf remove google-gson.noarch $ sudo dnf autoremove

3. Information about the google-gson.noarch package on Oracle Linux 9

Last metadata expiration check: 1:59:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : google-gson
Version : 2.10.1
Release : 1.el9
Architecture : noarch
Size : 297 k
Source : google-gson-2.10.1-1.el9.src.rpm
Repository : epel
Summary : Java lib for conversion of Java objects into JSON representation
URL : https://github.com/google/gson
License : ASL 2.0
Description : Gson is a Java library that can be used to convert a Java object into its
: JSON representation. It can also be used to convert a JSON string into an
: equivalent Java object. Gson can work with arbitrary Java objects including
: pre-existing objects that you do not have source-code of.