How to Install and Uninstall guava20.noarch Package on CentOS Stream 8

Last updated: May 05,2024

1. Install "guava20.noarch" package

This guide covers the steps necessary to install guava20.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install guava20.noarch

2. Uninstall "guava20.noarch" package

Please follow the guidance below to uninstall guava20.noarch on CentOS Stream 8:

$ sudo dnf remove guava20.noarch $ sudo dnf autoremove

3. Information about the guava20.noarch package on CentOS Stream 8

Last metadata expiration check: 5:18:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : guava20
Version : 20.0
Release : 8.module_el8.0.0+39+6a9b6e22
Architecture : noarch
Size : 2.1 M
Source : guava20-20.0-8.module_el8.0.0+39+6a9b6e22.src.rpm
Repository : 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.