How to Install and Uninstall google-gson.src Package on Oracle Linux 8

Last updated: October 08,2024

1. Install "google-gson.src" package

This guide covers the steps necessary to install google-gson.src on Oracle Linux 8

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

2. Uninstall "google-gson.src" package

This guide covers the steps necessary to uninstall google-gson.src on Oracle Linux 8:

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

3. Information about the google-gson.src package on Oracle Linux 8

Last metadata expiration check: 1:31:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : google-gson
Version : 2.8.6
Release : 5.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 509 k
Source : None
Repository : ol8_appstream
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.