Ubuntu Linux: Install Google Chrome Browser Command

www.lau‮t‬turi.com
Ubuntu Linux: Install Google Chrome Browser Command

To install Google Chrome on Ubuntu Linux using the command line, you can use the following steps:

  1. Download the Google Chrome package:
    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    This downloads the Google Chrome package to your current directory.

  2. Install the dependencies for Google Chrome:
    sudo apt-get install libappindicator1 libindicator7
    This installs the required libraries for Google Chrome.

  3. Install Google Chrome:
    sudo dpkg -i google-chrome-stable_current_amd64.deb
    sudo apt-get -f install
    These commands install Google Chrome and resolve any dependencies.

You can verify the installation by running the google-chrome --version command, which should display the version of Google Chrome that you have installed.

Google Chrome is a fast and secure web browser developed by Google. It is available for Linux, Windows, and macOS.

Note: These steps assume that you are using Ubuntu Linux and the apt-get package manager. If you are using a different Linux distribution or a different package manager, you may need to use different commands to install Google Chrome.

Created Time:2017-10-16 14:38:55  Author:lautturi