Tuesday, May 19, 2020

Debian Buster: Installing Google Chrome from Google Repository

Add and edit Google Chrome Repository

# cd /etc/apt/sources.list.d/
# touch google.list
# vi google.list

    # Google Chrome
    deb http://dl.google.com/linux/chrome/deb/ stable main

Add Google Linux Package Signing Keys

# wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add

Update repository and install google chrome

# apt-get install google-chrome-stable

To install Google Earth, add at the end of google.list file or create a new file in folder /etc/apt/source.list.d/

    # Google Earth
    deb http://dl.google.com/linux/earth/deb/ stable main

Reference:

No comments:

Post a Comment