How to Install and Uninstall emacs-completion-golang Package on openSUSE Leap

Last updated: April 29,2024

1. Install "emacs-completion-golang" package

This guide covers the steps necessary to install emacs-completion-golang on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install emacs-completion-golang

2. Uninstall "emacs-completion-golang" package

This is a short guide on how to uninstall emacs-completion-golang on openSUSE Leap:

$ sudo zypper remove emacs-completion-golang

3. Information about the emacs-completion-golang package on openSUSE Leap

Information for package emacs-completion-golang:
------------------------------------------------
Repository : Main Repository
Name : emacs-completion-golang
Version : 0.0.0+git20161123.5070dac-bp153.1.65
Arch : x86_64
Vendor : openSUSE
Installed Size : 6,9 KiB
Installed : No
Status : not installed
Source package : golang-github-nsf-gocode-0.0.0+git20161123.5070dac-bp153.1.65.src
Summary : Golang autocompletion files for Emacs
Description :
Emacs autocompletion for the Go programming language.
Add the following to your emacs-config:
```lisp
(require 'go-autocomplete) ; load go autocompletion backend
```