How to Install Google Chrome on AlmaLinux 9

beginnerSoftware Install3 minSystems & Environment
Independently tested and verified on Aug 15, 2026. Commands reproduced exactly as run.

Prerequisites

  • A running AlmaLinux 9 system
  • Root or sudo access

This tutorial takes about 3 minutes to complete.

Before you start

Google Chrome doesn't come pre-installed on AlmaLinux 9, and it isn't in the default repositories either, so we need to grab it directly from Google. It's a quick process — the whole install is just a handful of commands in a terminal.

Step 1: Update your system packages

First, open up your terminal. Before installing anything new, it's always good practice to update your system.

sudo dnf update -y

Enter your password if asked. This makes sure all your existing packages are current, which helps avoid dependency issues later.

GNOME Terminal on AlmaLinux 9 with the sudo dnf update -y command entered at the prompt

Step 2: Download the Chrome installer

Now let's download the actual Chrome installer. Google provides an RPM package we can grab directly with wget.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

This downloads the latest stable version of Chrome straight from the Google servers. Wait for the RPM file to finish downloading before moving on.

GNOME Terminal showing the completed dnf update and the wget download of the Google Chrome RPM

Step 3: Install Chrome with DNF

Now we install using DNF, which also automatically handles any dependencies.

sudo dnf install ./google-chrome-stable_current_x86_64.rpm -y

Using DNF here instead of a raw RPM install is the point: it resolves dependencies for us automatically, so we don't run into any missing-library errors.

GNOME Terminal showing the completed Chrome RPM download and the sudo dnf install command

Step 4: Verify the install

Confirm that everything installed successfully by checking the version.

google-chrome-stable --version

This should print the latest stable version of Google Chrome, confirming it's installed.

GNOME Terminal showing the completed Chrome install and the google-chrome-stable --version command

Step 5: Launch Chrome

You can launch Chrome two ways — from the terminal, or from the Applications menu. From the terminal, run:

google-chrome-stable

That's it — you've got Google Chrome up and running on AlmaLinux 9.

GNOME Terminal showing the Chrome version output and the google-chrome-stable launch command

FAQ

Google Chrome is closed-source, so it doesn't meet the criteria for inclusion in the default repos. Installing it directly from Google's official RPM avoids that restriction while still using DNF to handle the install.
Using DNF instead of a raw RPM install lets it resolve and pull in any missing dependencies automatically, so the install doesn't fail with missing-library errors.

Never miss an issue

One email a week on local LLMs, DIY AI hardware, and the tools that power them. No spam — unsubscribe anytime.

Subscribe free

Products used in this tutorial

AMD Ryzen 9 9950X
cpu

AMD Ryzen 9 9950X

16-core, 32-thread AMD Ryzen 9 9950X desktop processor (Zen 5, AM5) with 5.7 GHz max boost and Radeon graphics — AMD's flagship mainstream CPU.

3 retailers
Gigabyte X870 Eagle WiFi 7
motherboard

Gigabyte X870 Eagle WiFi 7

AMD X870 ATX motherboard for AM5 with PCIe 5.0, DDR5, USB4, Wi-Fi 7 and 2.5GbE LAN — a modern foundation for Ryzen 9000-series desktop builds.

3 retailers
fanxiang S880R 1TB PCIe 4.0 NVMe SSD
storage

fanxiang S880R 1TB PCIe 4.0 NVMe SSD

fanxiang S880R 1TB PCIe 4.0 NVMe M.2 SSD with built-in heatsink — up to 7300MB/s reads and 3D TLC NAND for high-performance desktop and console storage.

2 retailers