PDF download Download Article
Download Chrome on any distro with wget or another browser
PDF download Download Article

Need to install Google Chrome on Linux from the command line? Whether you're logged in remotely or using a terminal window, it's easy to download Chrome using wget, then use the dpkg or "sudo apt install" command to install the package. If you have access to a different web browser, you can also download the Chrome package in that browser and install it with commands. This wikiHow article will walk you through installing Chrome from the terminal on Ubuntu, Debian, and Linux Mint.

Installing Chrome: Quick Command Line Steps

  1. Run the commands "sudo apt update" and "sudo apt upgrade".
  2. If wget isn't installed, run the command "sudo apt install wget" to install it.
  3. Download the Chrome packaging using the command "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb".
  4. Install the package using the command "sudo dpkg -i google-chrome-stable_current_amd64.deb".
Method 1
Method 1 of 2:

Downloading with wget

PDF download Download Article
  1. You can usually do this by pressing Ctrl+Alt+T.
    • You can use this method to install Chrome using terminal commands without having to use a different web browser to download the package. If you do have a different web browser to use, you may find it easier to install Chrome with the GUI-based method below.
  2. Watermark wikiHow to Install Google Chrome Using Terminal on Linux
    To make sure your system is up-to-date, run these two commands:[1]
    • Type sudo apt update and press the Enter key.
    • Type sudo apt upgrade and press Enter.
    Advertisement
  3. Watermark wikiHow to Install Google Chrome Using Terminal on Linux
    This is the tool you will use to download the Chrome package from the prompt.[2]
    • Type wget --version and press the Enter key. If you see a version number, just skip to the next step now.
    • If you get an error because wget is not installed, type sudo apt install wget and press the Enter key to install it.
  4. Watermark wikiHow to Install Google Chrome Using Terminal on Linux
    Since there is no longer a 32-bit version of Chrome, you'll need the 64-bit version. To get the latest stable version, run this command:[3]
  5. Watermark wikiHow to Install Google Chrome Using Terminal on Linux
    To install Chrome from the downloaded package, use the following command:[4]
    • Type sudo dpkg -i google-chrome-stable_current_amd64.deb and press Enter.
    • Alternatively, you can install the package using the command sudo apt install ./google-chrome-stable_current_amd64.deb.
  6. If you see any errors during the installation, type sudo apt install -f and press the Enter key to repair them.[5]
  7. [6]
  8. Advertisement
Method 2
Method 2 of 2:

Downloading in a Different Browser

PDF download Download Article
  1. Click the Download Chrome button on Chrome's Linux download site. If you want to download the Chrome package and install it manually, it's easy to do. Scroll down to the bottom of the page and click Download Chrome to get started.[7]
    • Use this method if you have a different web browser (like Firefox).
  2. If you're using a Debian-based Linux like Ubuntu or Linux Mint, select the .DEB package. If you need a package for a Red Hat-based Linux distribution like RHEL or CentOS, select the .RPM. Once selected, click Accept and Install.[8]
    • If prompted, select a download location and click OK to continue.
  3. Depending on your desktop environment, you may be able to install the package by double-clicking it and following the on-screen instructions. Otherwise, you can install manually in a terminal window. Here's how:
    • Install the DEB package
      • In a terminal, navigate to your downloads folder. For example, if your downloads folder is called Downloads, type cd Downloads and press Enter.
      • Type sudo apt install ./google-chrome-stable_current_amd64.deb and press Enter.
        • If the name of the file is different, replace "google-chrome-stable_current_amd64.deb" with the name of the file you downloaded.
      • Press Y to install Chrome.
    • Install the RPM package
      • In a terminal, navigate to your downloads folder. For example, if your downloads folder is called Downloads, type cd Downloads and press Enter.
      • Type sudo rpm -i google-chrome-stable_current_x86_64.rpm and press Enter.
        • If the name of the file is different, replace "google-chrome-stable_current_x86_64.rpm" with the name of the file you downloaded.
  4. [9]
  5. Advertisement

Community Q&A

Search
Add New Question
  • Question
    I downloaded Google Chrome for Linux in the terminal and launched it by typing "google-chrome," but it said "Command not found." What do I do?
    Community Answer
    Community Answer
    You have to install it. Downloading is only half the job. Only installed packages can be run from terminal. In Unix systems it usually means it's extracted into a specific path, which is usually done by the package manager itself.
  • Question
    I couldn't get the second command to work.
    Anuj_Kumar1
    Anuj_Kumar1
    Community Answer
    Make sure you have recent version of Linux and active internet connection. Old version of Linux have old repository links which may not be available.
  • Question
    1. Is it necessary to always open Google Chrome from terminal, and 2. Must the terminal screen be kept open for Google Chrome to keep working?
    Arrogance
    Arrogance
    Top Answerer
    No. Chrome should show up in the applications of menu of most desktop environments. You can also launch it from a simple run prompt in most environments by pressing Alt-F2, and then entering google-Chrome in the box. Normally, closing the terminal would close Chrome (or most applications launched from it). If you launch google-chrome as a background process (using the command "google-chrome &") and then disown the process (running "disown #", where # is the PID of the process), you can close the terminal and leave Chrome running. Alternatively, launch Chrome with nohup ("nohup google-chrome") and then close the terminal.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Video

Tips

Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!

You Might Also Like

Install Software in Debian Linux Install Software on Debian Linux: 5 Simple Ways
Install Software on Linux Install Software on Linux: Packages, Compiling, & More
Browse the Internet Using the Terminal in Linux Open a Browser from the Linux Terminal: CL & GUI Options
Install DEB Files Install DEB Packages on Linux: Easy Guide
Install Java on LinuxInstall Java on Linux
Download and Install Google Chrome3 Easy Ways to Install the Google Chrome Web Browser
Use Wine on Linux Install and Use Wine on Linux
Download OperaDownload Opera
Install Ubuntu Packages Install Packages on Ubuntu Linux: Command Line & GUI Tools
Run a Program from the Command Line on LinuxRun a Program from the Command Line on Linux
Download VS Code Download Visual Studio Code
Install Software in UbuntuUbuntu Software Installation: The Complete Beginner's Guide
Download iTunes on ChromebookInstall iTunes on a Chromebook: Simple Step-by-Step Tutorial
Execute INSTALL.sh Files in Linux Using Terminal Run an INSTALL.sh Script on Linux in 4 Easy Steps
Advertisement

About This Article

Nicole Levine, MFA
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Nicole Levine, MFA. Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions. This article has been viewed 1,050,530 times.
How helpful is this?
Co-authors: 11
Updated: January 21, 2026
Views: 1,050,530
Article SummaryX

1. Press Control + Alt + T to open a terminal.
2. Type "sudo apt update and press" Enter.
3. Type "sudo apt upgrade" and press Enter.
4. Install wget if you don't already have it.
5. Use "wget" to download the latest page from Google.
6. Use "sudo dpkg –I" to install the package.

Did this summary help you?

Thanks to all authors for creating a page that has been read 1,050,530 times.

Is this article up to date?

Advertisement