How to Install and Uninstall libgoogle-gson-java-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 28,2024

1. Install "libgoogle-gson-java-doc" package

This tutorial shows how to install libgoogle-gson-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgoogle-gson-java-doc

2. Uninstall "libgoogle-gson-java-doc" package

This guide let you learn how to uninstall libgoogle-gson-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libgoogle-gson-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgoogle-gson-java-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgoogle-gson-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 1379
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libgoogle-gson-java
Version: 2.4-1
Suggests: libgoogle-gson-java
Filename: pool/universe/libg/libgoogle-gson-java/libgoogle-gson-java-doc_2.4-1_all.deb
Size: 84246
MD5sum: 0af8c5f20f27bb198503d6d843a58c7e
SHA1: 3652bd19768f0c219ef632899249cc3ae4c49a97
SHA256: e35a9e1618ccde41a371f261ca9630f9d0374c251e0c7e75f33355a5668bd5a4
Description-en: Documentation for libgoogle-gson-java
Gson is a Java library that can be used to convert Java Objects into their JSON
representation. It can also be used to convert a JSON string to an equivalent
Java object. Gson can work with arbitrary Java objects including pre-existing
objects that you do not have source-code of.
.
Gson Goals
.
* Provide simple toJson() and fromJson() methods to convert Java objects to
JSON and vice-versa
* Allow pre-existing unmodifiable objects to be converted to and from JSON
* Extensive support of Java Generics
* Allow custom representations for objects
* Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
.
This package contains the Javadoc API documentation.
Description-md5: 37c4bebb1a16afb9ba9b4cf726f327e0
Homepage: https://github.com/google/gson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions