How to Install and Uninstall bazel-gazelle-source Package on openSUSE Leap

Last updated: May 15,2024

1. Install "bazel-gazelle-source" package

This tutorial shows how to install bazel-gazelle-source on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install bazel-gazelle-source

2. Uninstall "bazel-gazelle-source" package

This is a short guide on how to uninstall bazel-gazelle-source on openSUSE Leap:

$ sudo zypper remove bazel-gazelle-source

3. Information about the bazel-gazelle-source package on openSUSE Leap

Information for package bazel-gazelle-source:
---------------------------------------------
Repository : Main Repository
Name : bazel-gazelle-source
Version : 0.19.0-bp153.1.61
Arch : noarch
Vendor : openSUSE
Installed Size : 8,9 MiB
Installed : No
Status : not installed
Source package : bazel-gazelle-0.19.0-bp153.1.61.src
Summary : Source code of bazel-gazelle
Description :
Gazelle is a generator of Bazel build files for Go projects. It can create new
BUILD.bazel files for a project that follows "go build" conventions, and it can
update existing build files to include new sources, dependencies, and options.
Gazelle may be run by Bazel using the gazelle rule, or it can be run as a
command line tool. Gazelle can also be run in an external repository as part of
the go_repository rule. Gazelle may be extended to support new languages and
custom rule sets.
This package contains source code for Gazelle.