How to Install and Uninstall guava.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "guava.src" package

Please follow the guidelines below to install guava.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install guava.src

2. Uninstall "guava.src" package

Please follow the step by step instructions below to uninstall guava.src on Oracle Linux 9:

$ sudo dnf remove guava.src $ sudo dnf autoremove

3. Information about the guava.src package on Oracle Linux 9

Last metadata expiration check: 3:28:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : guava
Version : 31.0.1
Release : 4.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 5.1 M
Source : None
Repository : ol9_appstream
Summary : Google Core Libraries for Java
URL : https://github.com/google/guava
License : ASL 2.0 and CC0
Description : Guava is a suite of core and expanded libraries that include
: utility classes, Google’s collections, io classes, and much
: much more.
: This project is a complete packaging of all the Guava libraries
: into a single jar. Individual portions of Guava can be used
: by downloading the appropriate module and its dependencies.