How to install Google Chrome on Fedora

· Tech · No AI

Log as root user.

Terminal window
sudo su

Add a new yum repository.

Terminal window
cat << EOF > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
EOF

Logout.

Terminal window
exit

Install the stable version of Google Chrome.

Terminal window
dnf install google-chrome-stable

Done.

Fedora - Gnome - Google Chrome

uptime
8,240 days · since 2004
posts
295 · busiest 2026 (65)
words
~144,041 · ~10 h read
topics
tech 240 · personal 55
langs
en 230 · pl 65
written
211 by hand · 84 AI-assisted
projects
3
build
ef72eda · 2026-07-24