How to Install and Uninstall bazel Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "bazel" package

Please follow the steps below to install bazel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install bazel

2. Uninstall "bazel" package

In this section, we are going to explain the necessary steps to uninstall bazel on openSuSE Tumbleweed:

$ sudo zypper remove bazel

3. Information about the bazel package on openSuSE Tumbleweed

Information for package bazel:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : bazel
Version : 6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 85 B
Installed : No
Status : not installed
Source package : bazel-6-1.2.src
Upstream URL : http://bazel.io/
Summary : Tool for the automation of building and testing of software
Description :
Tool for the automation of building and testing of software. It supports Java,
C++ and Go as programing languages. It also has a support for Android and iOS
as mobile operating systems.