How to Install and Uninstall google-guice Package on openSUSE Leap
Last updated: November 23,2024
1. Install "google-guice" package
Please follow the guidelines below to install google-guice on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
google-guice
Copied
2. Uninstall "google-guice" package
Here is a brief guide to show you how to uninstall google-guice on openSUSE Leap:
$
sudo zypper remove
google-guice
Copied
3. Information about the google-guice package on openSUSE Leap
Information for package google-guice:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : google-guice
Version : 5.1.0-150200.3.7.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 644.2 KiB
Installed : No
Status : not installed
Source package : google-guice-5.1.0-150200.3.7.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : google-guice
Version : 5.1.0-150200.3.7.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 644.2 KiB
Installed : No
Status : not installed
Source package : google-guice-5.1.0-150200.3.7.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.