Download the latest Google Chrome in Ubuntu from Terminal

To download the latest version of Google Chrome in Ubuntu from the terminal, you can follow these steps:

  1. Open the terminal by pressing Ctrl+Alt+T.
  2. Add the Google Chrome repository to your system by running the following command:
    ruby
    wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
    sudo sh -c 'echo "deb [arch=amd64] http:/
    /dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
  3. Update your system’s package list by running the following command:
    sql
    sudo apt update
  4. Install Google Chrome by running the following command:
    sudo apt install google-chrome-stable
  5. Once the installation is complete, you can launch Google Chrome by searching for it in your Applications menu or by running the following command in the terminal:
    google-chrome-stable