Skip to main content
One of the most straightforward ways to install Google Chrome on a Debian-based system (such as Ubuntu) is to download the .deb file directly from Google’s official website and install it via the terminal.

Installation

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
If you encounter dependency errors during installation, run the following command to fix them:
sudo apt --fix-broken install
# or
sudo apt-get install -f

Launch Chrome

After the installation is complete, launch Google Chrome from your applications menu or from the terminal:
google-chrome
# or
google-chrome-stable

Build docs developers (and LLMs) love