Installing Google Chrome on Fedora 23

Published by arifur on

To install Google Chrome on Fedora 23 run terminal and execute these commands.

Add Google Repo

sudo vi /etc/yum.repos.d/google-chrome.repo

Or using nano

sudo nano /etc/yum.repos.d/google-chrome.repo

And paste the following

Google Chrome Repo for Fedora

[google-chrome]
name=google-chrome - \$basearch
baseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearch
enabled=1
gpgcheck=1
gpgkey=gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Save the file using “:wq

Install Google Chrome Stable

sudo dnf install google-chrome-stable

Install Google Chrome Beta

sudo dnf install google-chrome-beta

Install Google Chrome Unstable

sudo dnf install google-chrome-unstable

Launching Chrome on Fedora

To launch Google Chrome go to Applications > Internet > Google Chrome

How to Install Chrome on Fedora 17

Go to Applicatios > Internet > Google Chrome to launch Google Chrome

Google Chrome Running on Fedora 23

Google Chrome running on Fedora 20

Google Chrome running on Fedora 23


0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.