How to Install and Uninstall gocode Package on openSUSE Leap

Last updated: June 18,2024

1. Install "gocode" package

This guide let you learn how to install gocode on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gocode

2. Uninstall "gocode" package

Please follow the instructions below to uninstall gocode on openSUSE Leap:

$ sudo zypper remove gocode

3. Information about the gocode package on openSUSE Leap

Information for package gocode:
-------------------------------
Repository : Main Repository
Name : gocode
Version : 0.0.0+git20161123.5070dac-bp153.1.65
Arch : x86_64
Vendor : openSUSE
Installed Size : 12,9 MiB
Installed : No
Status : not installed
Source package : golang-github-nsf-gocode-0.0.0+git20161123.5070dac-bp153.1.65.src
Summary : An autocompletion daemon for the Go programming language
Description :
Gocode is a helper tool which is intended to be integrated with your
source code editor such as vim or emacs. It uses a client-server
architecture for caching purposes (hence "daemon") and provides
context-sensitive autocompletion.