How to Install and Uninstall nailgun Package on openSUSE Leap

Last updated: September 20,2024

1. Install "nailgun" package

Please follow the guidance below to install nailgun on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nailgun

2. Uninstall "nailgun" package

Please follow the steps below to uninstall nailgun on openSUSE Leap:

$ sudo zypper remove nailgun

3. Information about the nailgun package on openSUSE Leap

Information for package nailgun:
--------------------------------
Repository : Main Repository
Name : nailgun
Version : 0.9.1-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 52.6 KiB
Installed : No
Status : not installed
Source package : nailgun-0.9.1-150200.3.4.3.src
Upstream URL : http://martiansoftware.com/nailgun/
Summary : Framework for running Java from the cli without the JVM startup overhead
Description :
Nailgun is a client, protocol, and server for running Java programs from the
command line without incurring the JVM startup overhead. Programs run in the
server (which is implemented in Java), and are triggered by the client
(written in C), which handles all I/O.