How to Install and Uninstall google-gson.noarch Package on CentOS Stream 8

Last updated: November 01,2024

1. Install "google-gson.noarch" package

This guide covers the steps necessary to install google-gson.noarch on CentOS Stream 8

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

2. Uninstall "google-gson.noarch" package

Here is a brief guide to show you how to uninstall google-gson.noarch on CentOS Stream 8:

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

3. Information about the google-gson.noarch package on CentOS Stream 8

Last metadata expiration check: 4:28:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : google-gson
Version : 2.8.6
Release : 5.module+el8.2.1+7436+4afdca1f
Architecture : noarch
Size : 245 k
Source : google-gson-2.8.6-5.module+el8.2.1+7436+4afdca1f.src.rpm
Repository : 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.