Installing Google Chrome on openSUSE Linux

Add the repo:

sudo zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome


Download and import the signing key:

wget https://dl.google.com/linux/linux_signing_key.pub
sudo rpm --import linux_signing_key.pub


Refresh the package lists:

sudo zypper ref


Install the Chrome browser:

sudo zypper in google-chrome-stable

Martin Burnicki martin.burnicki@burnicki.net, last updated 2022-03-31