How to Install and Uninstall groovy Package on openSUSE Leap

Last updated: May 13,2024

1. Install "groovy" package

This is a short guide on how to install groovy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install groovy

2. Uninstall "groovy" package

Please follow the instructions below to uninstall groovy on openSUSE Leap:

$ sudo zypper remove groovy

3. Information about the groovy package on openSUSE Leap

Information for package groovy:
-------------------------------
Repository : Main Repository
Name : groovy
Version : 2.4.21-150200.3.7.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.5 MiB
Installed : No
Status : not installed
Source package : groovy-2.4.21-150200.3.7.4.src
Upstream URL : https://groovy-lang.org
Summary : Dynamic language for the Java Platform
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.