OpenSUSE Leap 15: Install Google Chrome for Web Browser

This article will describe installing Google Chrome.

1 Install google-chrome-stable

Install google-chrome-stable package. Flash will be installed to ~/.config/google-chrome/PepperFlash when accessing Flash page If you use GPG key to encrypt sensitive data, please create GPG key.

#!/bin/sh


URL=https://dl.google.com/linux/direct
RPM=${URL}/google-chrome-stable_current_x86_64.rpm
sudo zypper --no-gpg-checks -n in -y ${RPM}

2 Run google-chrome-stable

Run google-chrome-stable.

> google-chrome-stable

KDE Wallet will be popup. Select KDE Wallet type to GPG key and click "Next".

0001_SelectKDEWalletType.png

Select GPG key and click "Finish".

0002_SelectGPGKey.png

Input passphrase.

You need to input this passphrase one time when running chromium but you can omit after this. But when KDE Wallet service is restarted, you need to input this passphrase again.

0003_InputGPGKeyPassphrase.png

Coogle Chrome is displayed after closing default browser dialog.

0004_GoogleChrome.png