From here. “PPA” means “Personal Package Archives”.
Add the following content to the “/etc/apt/sources.list.d/google-chrome.list” file(create the file if it does not exist):
1 | deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main |
And run:
1 | sudo apt-get update |