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

Last updated: May 20,2024

1. Install "bazel-gazelle" package

Please follow the guidance below to install bazel-gazelle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install bazel-gazelle

2. Uninstall "bazel-gazelle" package

In this section, we are going to explain the necessary steps to uninstall bazel-gazelle on openSUSE Leap:

$ sudo zypper remove bazel-gazelle

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

Information for package bazel-gazelle:
--------------------------------------
Repository : Main Repository
Name : bazel-gazelle
Version : 0.19.0-bp153.1.61
Arch : x86_64
Vendor : openSUSE
Installed Size : 9,6 MiB
Installed : No
Status : not installed
Source package : bazel-gazelle-0.19.0-bp153.1.61.src
Summary : Generator of Bazel build files for Go projects
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.