How to Install and Uninstall maven Package on openSUSE Leap

Last updated: April 28,2024

1. Install "maven" package

This guide covers the steps necessary to install maven on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install maven

2. Uninstall "maven" package

Please follow the step by step instructions below to uninstall maven on openSUSE Leap:

$ sudo zypper remove maven

3. Information about the maven package on openSUSE Leap

Information for package maven:
------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : maven
Version : 3.9.6-150200.4.21.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.4 KiB
Installed : No
Status : not installed
Source package : maven-3.9.6-150200.4.21.2.src
Upstream URL : https://maven.apache.org/
Summary : Java project management and project comprehension tool
Description :
Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
reporting and documentation from a central piece of information.