Fedora 29: 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

#!/bin/sh -e

sudo dnf install -y \
     https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

2 Run google-chrome-stable

Run google-chrome-stable.

$ google-chrome-stable

0001_GoogleChrome.png