On Sun, 04 Dec 2016 20:39:02 +0000, Rafael Laguna wrote:
>You'll have to go to http://chrome.google.com and download the package.
>Once accepting it, the installer will add the repository to your
>system so it can update itself. Only Chromium is in the Lubuntu repos.

The same question was already answered today. Detailed information, IOW
what commands to run, is available by the archive.

https://lists.ubuntu.com/archives/lubuntu-users/2016-December/thread.html

https://lists.ubuntu.com/archives/lubuntu-users/2016-December/011363.html

FWIW Google dropped support for 32 bit architecture, so the DEB package
is only available for 64 bit architecture.

First run

  uname -m

if the output shouldn't be 'x86_64', you can't use the provided package.
If it should be 'x86_64', then continue by changing to a download directory.

  cd /tmp/

Download the package

  wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Update the indexes, just in case the package should depend on other packages.

  sudo apt update

Then install the package

  sudo apt install ./google-chrome-stable_current_amd64.deb

That's it.

Regards,
Ralf
-- 
"Pull a Homer -- to succeed despite idiocy." - The Simpsons

-- 
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users

Reply via email to