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

Last updated: May 19,2024

1. Install "libguice-java" package

Please follow the guidance below to install libguice-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libguice-java

2. Uninstall "libguice-java" package

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

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

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

Package: libguice-java
Priority: optional
Section: universe/java
Installed-Size: 1058
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: guice
Version: 4.0-2
Depends: libaopalliance-java, libatinject-jsr330-api-java, libguava-java
Suggests: libasm4-java, libcglib-java
Filename: pool/universe/g/guice/libguice-java_4.0-2_all.deb
Size: 835860
MD5sum: 95d14dbfc7dc2e86297f03c4687e69a7
SHA1: 38470253b49fe8fdd126d99fc3a20a518b2653c7
SHA256: 849a198e435bd36be3f928be42d036faa97483ba6089926afe022edd8a68947a
Description-en: lightweight dependency injection framework for Java 5 and above
Guice 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.
Description-md5: 65b6fcb94455626f1b6d7eeab9693030
Built-Using: cglib (= 3.2.0-2), libasm4-java (= 5.0.4-1)
Homepage: https://github.com/google/guice
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu