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

Last updated: May 13,2024

1. Install "libgoogle-gson-java" package

Please follow the guidelines below to install libgoogle-gson-java on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libgoogle-gson-java" package

Learn how to uninstall libgoogle-gson-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libgoogle-gson-java
Priority: optional
Section: universe/java
Installed-Size: 228
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.4-1
Suggests: libgoogle-gson-java-doc
Filename: pool/universe/libg/libgoogle-gson-java/libgoogle-gson-java_2.4-1_all.deb
Size: 188686
MD5sum: d0f781abeda80dbc15d2b0143cf3a03e
SHA1: 2836d23b764bedab77e2c95adeedec1203e15d73
SHA256: 235760986a60e4cb202139cb026756c4f86116a22838324c1343f419a349bfb5
Description-en: Converts Java objects into their JSON representation
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)
Description-md5: 2b1754e95e8fb7186dca1aecb7efcf4b
Homepage: https://github.com/google/gson
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu