How to Install and Uninstall groovy.noarch Package on Amazon Linux 2

Last updated: May 02,2024

1. Install "groovy.noarch" package

Please follow the guidance below to install groovy.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install groovy.noarch

2. Uninstall "groovy.noarch" package

This guide let you learn how to uninstall groovy.noarch on Amazon Linux 2:

$ sudo yum remove groovy.noarch $ sudo yum autoremove

3. Information about the groovy.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : groovy
Arch : noarch
Version : 1.8.9
Release : 8.amzn2
Size : 4.7 M
Repo : amzn2-core/2/x86_64
Summary : Dynamic language for the Java Platform
URL : http://groovy.codehaus.org/
License : ASL 2.0 and BSD and EPL and Public Domain and CC-BY
Description : Groovy is an agile and dynamic language for the Java Virtual
: Machine, built upon Java with features inspired by languages like
: Python, Ruby and Smalltalk. It seamlessly integrates with all
: existing Java objects and libraries and compiles straight to Java
: bytecode so you can use it anywhere you can use Java.