How to Install and Uninstall google-guice Package on openSuSE Tumbleweed
Last updated: November 16,2024
1. Install "google-guice" package
This guide covers the steps necessary to install google-guice on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
google-guice
Copied
2. Uninstall "google-guice" package
Please follow the guidance below to uninstall google-guice on openSuSE Tumbleweed:
$
sudo zypper remove
google-guice
Copied
3. Information about the google-guice package on openSuSE Tumbleweed
Information for package google-guice:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : google-guice
Version : 5.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 653.3 KiB
Installed : No
Status : not installed
Source package : google-guice-5.1.0-2.1.src
Upstream URL : https://github.com/google/guice
Summary : Dependency injection framework for Java 5 and above
Description :
Guice alleviates the need for factories and the use of "new" in Java
code. Guice's @Inject is a different "new". Writing factories will
still be needed in some cases, but code will not directly depend on
them.
Guice embraces Java's type safe nature, especially when it comes to
features introduced in Java 5 such as generics and annotations.
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : google-guice
Version : 5.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 653.3 KiB
Installed : No
Status : not installed
Source package : google-guice-5.1.0-2.1.src
Upstream URL : https://github.com/google/guice
Summary : Dependency injection framework for Java 5 and above
Description :
Guice alleviates the need for factories and the use of "new" in Java
code. Guice's @Inject is a different "new". Writing factories will
still be needed in some cases, but code will not directly depend on
them.
Guice embraces Java's type safe nature, especially when it comes to
features introduced in Java 5 such as generics and annotations.