How to Install and Uninstall google-gson.noarch Package on CentOS 8 / RHEL 8
Last updated: December 29,2024
1. Install "google-gson.noarch" package
This is a short guide on how to install google-gson.noarch on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
google-gson.noarch
Copied
2. Uninstall "google-gson.noarch" package
This tutorial shows how to uninstall google-gson.noarch on CentOS 8 / RHEL 8:
$
sudo dnf remove
google-gson.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the google-gson.noarch package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 4:48:27 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : google-gson
Version : 2.8.2
Release : 4.el8
Architecture : noarch
Size : 237 k
Source : google-gson-2.8.2-4.el8.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.
Available Packages
Name : google-gson
Version : 2.8.2
Release : 4.el8
Architecture : noarch
Size : 237 k
Source : google-gson-2.8.2-4.el8.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.