Skip to main content
Formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 55
  • 77
  1. Go to: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable

  2. There you will find a list of current and previous Google chrome versions, for example: -Version: 110.0.5481.77-1 2023-02-07 20:08:57 UTC -Version: 109.0.5414.119-1 2023-01-24 20:10:02 UTC -Version: 109.0.5414.74-1 2023-01-10 20:08:20 UTC

    • Version: 110.0.5481.77-1 2023-02-07 20:08:57 UTC
    • Version: 109.0.5414.119-1 2023-01-24 20:10:02 UTC
    • Version: 109.0.5414.74-1 2023-01-10 20:08:20 UTC
  3. Grab the version number you want

  4. Visit the site https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_xxx_amd64.deb replacing "xxx" section with the exact version number you've obtained in step 1. For example if we want Google Chrome version 109.0.5414.119-1109.0.5414.119-1 the url would look like this: https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_109.0.5414.119-1_amd64.deb

  5. Once the download is complete, open a terminal window and navigate to the directory where the deb file is located.

  6. Install the deb file by running the following command: sudo dpkg -i <deb_file_name>.deb

    sudo dpkg -i <deb_file_name>.deb 
  7. If you encounter any dependencies issues during the installation, run the following command to resolve them: sudo apt-get install -f

    sudo apt-get install -f 
  8. Once the installation is complete, you can launch Chrome from the terminal using the following command: google-chrome-stable

    google-chrome-stable 
  1. Go to: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable

  2. There you will find a list of current and previous Google chrome versions, for example: -Version: 110.0.5481.77-1 2023-02-07 20:08:57 UTC -Version: 109.0.5414.119-1 2023-01-24 20:10:02 UTC -Version: 109.0.5414.74-1 2023-01-10 20:08:20 UTC

  3. Grab the version number you want

  4. Visit the site https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_xxx_amd64.deb replacing "xxx" section with the exact version number you've obtained in step 1. For example if we want Google Chrome version 109.0.5414.119-1 the url would look like this: https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_109.0.5414.119-1_amd64.deb

  5. Once the download is complete, open a terminal window and navigate to the directory where the deb file is located.

  6. Install the deb file by running the following command: sudo dpkg -i <deb_file_name>.deb

  7. If you encounter any dependencies issues during the installation, run the following command to resolve them: sudo apt-get install -f

  8. Once the installation is complete, you can launch Chrome from the terminal using the following command: google-chrome-stable

  1. Go to: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable

  2. There you will find a list of current and previous Google chrome versions, for example:

    • Version: 110.0.5481.77-1 2023-02-07 20:08:57 UTC
    • Version: 109.0.5414.119-1 2023-01-24 20:10:02 UTC
    • Version: 109.0.5414.74-1 2023-01-10 20:08:20 UTC
  3. Grab the version number you want

  4. Visit the site https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_xxx_amd64.deb replacing "xxx" section with the exact version number you've obtained in step 1. For example if we want Google Chrome version 109.0.5414.119-1 the url would look like this: https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_109.0.5414.119-1_amd64.deb

  5. Once the download is complete, open a terminal window and navigate to the directory where the deb file is located.

  6. Install the deb file by running the following command:

    sudo dpkg -i <deb_file_name>.deb 
  7. If you encounter any dependencies issues during the installation, run the following command to resolve them:

    sudo apt-get install -f 
  8. Once the installation is complete, you can launch Chrome from the terminal using the following command:

    google-chrome-stable 
Source Link

  1. Go to: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable

  2. There you will find a list of current and previous Google chrome versions, for example: -Version: 110.0.5481.77-1 2023-02-07 20:08:57 UTC -Version: 109.0.5414.119-1 2023-01-24 20:10:02 UTC -Version: 109.0.5414.74-1 2023-01-10 20:08:20 UTC

  3. Grab the version number you want

  4. Visit the site https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_xxx_amd64.deb replacing "xxx" section with the exact version number you've obtained in step 1. For example if we want Google Chrome version 109.0.5414.119-1 the url would look like this: https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_109.0.5414.119-1_amd64.deb

  5. Once the download is complete, open a terminal window and navigate to the directory where the deb file is located.

  6. Install the deb file by running the following command: sudo dpkg -i <deb_file_name>.deb

  7. If you encounter any dependencies issues during the installation, run the following command to resolve them: sudo apt-get install -f

  8. Once the installation is complete, you can launch Chrome from the terminal using the following command: google-chrome-stable