How to Install and Uninstall libguice-java Package on Kali Linux

Last updated: May 06,2024

1. Install "libguice-java" package

Here is a brief guide to show you how to install libguice-java on Kali Linux

$ sudo apt update $ sudo apt install libguice-java

2. Uninstall "libguice-java" package

Please follow the instructions below to uninstall libguice-java on Kali Linux:

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

3. Information about the libguice-java package on Kali Linux

Package: libguice-java
Source: guice
Version: 4.2.3-2
Installed-Size: 1703
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libaopalliance-java, libatinject-jsr330-api-java, libguava-java, libjsr305-java
Suggests: libasm-java (>= 9.0), libcglib-java (>= 3.2.12)
Size: 1434924
SHA256: be54f5dec75ee57b06a1cc571736132577efb46b29cd4397def0546e1f2f5c5f
SHA1: 0153d9f48ae7179a123876c2c7f6cbfa5f2a6983
MD5sum: c730cf82aafb4e5dd9b800ed77ff16f5
Description: 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:
Homepage: https://github.com/google/guice
Built-Using: asm (= 9.0-1), cglib (= 3.2.12-1)
Section: java
Priority: optional
Filename: pool/main/g/guice/libguice-java_4.2.3-2_all.deb