How to Install and Uninstall delve Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "delve" package

Please follow the step by step instructions below to install delve on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install delve

2. Uninstall "delve" package

Here is a brief guide to show you how to uninstall delve on openSuSE Tumbleweed:

$ sudo zypper remove delve

3. Information about the delve package on openSuSE Tumbleweed

Information for package delve:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : delve
Version : 1.22.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 14.8 MiB
Installed : No
Status : not installed
Source package : delve-1.22.1-1.1.src
Upstream URL : https://github.com/go-delve/delve
Summary : Debugger for the Go Programming Language
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.