Installing
-
2. Installing Dependencies
First, install required software dependencies:
sudo zypper in -t pattern
And:
sudo zypper in curl
Authenticate with the User Admin Pass.
-
3. Installing Brew
Next, install Homebrew for openSUSE:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Next to Update the User’s PATH, run one by one:
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "eval \"$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc
Last, verify the installation:
brew -h
You should see the Brew help information.
Contents