How to Install and Uninstall delve Package on openSUSE Leap

Last updated: May 10,2024

1. Install "delve" package

Please follow the steps below to install delve on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install delve

2. Uninstall "delve" package

Learn how to uninstall delve on openSUSE Leap:

$ sudo zypper remove delve

3. Information about the delve package on openSUSE Leap

Information for package delve:
------------------------------
Repository : Main Repository
Name : delve
Version : 1.20.0-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.4 MiB
Installed : No
Status : not installed
Source package : delve-1.20.0-bp155.1.6.src
Upstream URL : https://github.com/go-delve/delve
Summary : Static website generator written in Go
Description :
Delve is a debugger for the Go programming language. The goal of
the project is to provide a simple, full featured debugging tool
for Go. Delve should be easy to invoke and easy to use. Chances are
if you're using a debugger, things aren't going your way. With that
in mind, Delve should stay out of your way as much as possible.