This article will describe installing Google Chrome.
Table of Contents
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".
Select GPG key and click "Finish".
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.
Coogle Chrome is displayed after closing default browser dialog.