Bazel openSUSE 15 LEAP Installation

September 23, 2018 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Zip

    How to Install Zip on openSUSE GNU/Linux

    Zip Installation Guide
  2. 3. Installing Dependencies

    Then Install the Required Packages with

    sudo zypper in pkg-config gcc-c++ zlib-devel python
  3. 4. Downloading Bazel for openSUSE 15 LEAP

    Download Bazel for openSUSE 15 LEAP GNU/Linux

    Get Bazel Sh Script for GNU/Linux
  4. 5. Accessing Target

    First, Set the SuperUser as Owner with

    cd && cd Downloads

    To check the Script is there with:

    ls . | grep bazel

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.

  5. 6. Installing Bazel

    Now to Install Bazel
    First, give Execution Permission to the Installation Script:

    chmod +x ./bazel*.sh

    Then for a Local Installation into $HOME/bin run:

    ./bazel*.sh

    Instead, for a System Wide into /usr/local/bazel:

    sudo ./bazel*.sh
  6. 7. Amending User’s Path

    Only for a Local Installation, Append Bazel into the Path

    echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc

    Finally, to Reload the Path do:

    bash

Contents


QuickChic Theme • Powered by WordPress