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

Last updated: November 26,2024

1. Install "libguice-java-doc" package

This guide let you learn how to install libguice-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libguice-java-doc

2. Uninstall "libguice-java-doc" package

This tutorial shows how to uninstall libguice-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libguice-java-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libguice-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 7571
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: guice
Version: 4.0-2
Suggests: default-jdk-doc
Filename: pool/universe/g/guice/libguice-java-doc_4.0-2_all.deb
Size: 251168
MD5sum: 105c6cc0de3d531b2bc0c524a8829648
SHA1: 14f5914275d7e14cb5eeb689864cb0dcaeb25e14
SHA256: 43752d32ba816bf17e4332f8a700ac41944abe6d6fa4ded165015d992b2d297e
Description-en: documentation for libguice-java
Documentation for Guice that is a framework that provides support for
dependency injection using annotations to configure Java objects.
Dependency injection is a design pattern whose core principle is to
separate behavior from dependency resolution.
.
Guice allows implementation classes to be programmatically bound to
an interface, then injected into constructors, methods or fields
using an @Inject annotation. When more than one implementation of
the same interface is needed, the user can create custom annotations
that identify an implementation, then use that annotation when
injecting it.
.
This package provides javadocs for Guice framework and example code.
Description-md5: 3148739939a65d1e0bfda8178bdb1132
Homepage: https://github.com/google/guice
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu