How to Install and Uninstall maven-invoker Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "maven-invoker" package

Here is a brief guide to show you how to install maven-invoker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install maven-invoker

2. Uninstall "maven-invoker" package

This guide let you learn how to uninstall maven-invoker on openSuSE Tumbleweed:

$ sudo zypper remove maven-invoker

3. Information about the maven-invoker package on openSuSE Tumbleweed

Information for package maven-invoker:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : maven-invoker
Version : 3.1.0-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 39.1 KiB
Installed : No
Status : not installed
Source package : maven-invoker-3.1.0-3.1.src
Upstream URL : https://maven.apache.org/shared/maven-invoker/
Summary : An API for firing a maven build in a clean environment
Description :
This API is concerned with firing a Maven build in a new JVM. It accomplishes
its task by building up a conventional Maven command line from options given in
the current request, along with those global options specified in the invoker
itself. Once it has the command line, the invoker will execute it, and capture
the resulting exit code or any exception thrown to signal a failure to execute.
Input/output control can be specified using an InputStream and up to two
InvocationOutputHandlers.
This is a replacement package for maven-shared-invoker

5. The same packages on other Linux Distributions