Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 585 Bytes

How-to-install-Google-Chrome-from-the-Reporositry.md

File metadata and controls

24 lines (14 loc) · 585 Bytes

3rd Repository: Google Chrome

This repository is available for: Stable Title: Chrome browser in Google repos Description:

Google Linux repository on dl.google.com. Daily Build: no

Setup key with:

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

Setup repository with:

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

Setup package with:

sudo apt-get update sudo apt-get install google-chrome-stable

where is the name of the package you want to install.