20140926 google chrome fedora yum - plembo/onemoretech GitHub Wiki

title: Google Chrome, Fedora, yum link: https://onemoretech.wordpress.com/2014/09/26/google-chrome-fedora-yum/ author: phil2nc description: post_id: 8516 created: 2014/09/26 14:31:12 created_gmt: 2014/09/26 18:31:12 comment_status: closed post_name: google-chrome-fedora-yum status: publish post_type: post

Google Chrome, Fedora, yum

Needed to remind myself how to do this, and it occurred to me I should post on it. I've bounced back and forth between Chromium and Chrome for awhile. Although I like the idea of a completely open source Chromium, as a user (and sometime developer) Google's release version of Chrome is just more useful to me. Thanks to JR for his Install Google Chrome on Fedora 20/19, CentOS/RHEL 7 that describes the steps below. 1. Create the file /etc/yum.repos.d/google-chrome.repo:

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

2. Install using yum:

yum install chrome-browser-stable

(be sure to answer "Y" when prompted to accept Google's GPG key)

Copyright 2004-2019 Phil Lembo