How to Install and Uninstall gopls Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "gopls" package

This tutorial shows how to install gopls on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gopls

2. Uninstall "gopls" package

Please follow the step by step instructions below to uninstall gopls on openSuSE Tumbleweed:

$ sudo zypper remove gopls

3. Information about the gopls package on openSuSE Tumbleweed

Information for package gopls:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gopls
Version : 0.15.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 22.8 MiB
Installed : No
Status : not installed
Source package : gopls-0.15.1-1.1.src
Upstream URL : https://pkg.go.dev/golang.org/x/tools/gopls
Summary : Go LSP protocol language server
Description :
gopls (pronounced "Go please") is the official Go language server developed
by the Go team. It provides IDE features to any LSP-compatible editor.