On openSUSE, you can install Yarn via our RPM package repository.
sudo rpm --import https://dl.yarnpkg.com/rpm/pubkey.gpg
sudo zypper ar -f https://dl.yarnpkg.com/rpm/ Yarn
sudo zypper in yarn
Currently, there are no openSUSE packages available for RC or nightly builds of Yarn. Please use the tarball:
{% include_relative _installations/tarball.md %}
Path Setup
{% include_relative _installations/unix_path_setup.md %}