[lubuntu-users] Install Google Chrome on Lubuntu 16.04 ?

Ralf Mardorf ralf.mardorf at alice-dsl.net
Sun Dec 4 15:59:00 UTC 2016


On Sun, 4 Dec 2016 09:10:01 -0600, Robert Crawford wrote:
>I always do it from my terminal.
>
>sudo apt install gdebi
>cd Downloads
>wget
>https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
>sudo gdebi google*  

The OP mentioned 16.04, so installing gdebi makes no sense, but it's
important to run 'apt update' first, even to install and before using
gdebi.

IOW don't install gdebi, but after wget run 'apt update' and 'apt install',
since apt resolves dependencies as well as gdebi does, just don't add
'--dry-run' as I did. Note, I doubt there's a 32-bit version available,
so 'uname -m' must output 'x86_64'.

[weremouse at moonstudio ~]$ uname -m
x86_64
[weremouse at moonstudio ~]$ lsb_release -d
Description:	Ubuntu 16.04.1 LTS
[weremouse at moonstudio ~]$ cd /tmp/
[weremouse at moonstudio tmp]$ wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
[weremouse at moonstudio tmp]$ sudo apt -qq update 
[sudo] password for weremouse: 
All packages are up to date.
[weremouse at moonstudio tmp]$ sudo apt --dry-run install ./google-chrome-stable_current_amd64.deb 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'google-chrome-stable' instead of './google-chrome-stable_current_amd64.deb'
The following NEW packages will be installed:
  google-chrome-stable
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Inst google-chrome-stable (55.0.2883.75-1 local-deb [amd64])
Conf google-chrome-stable (55.0.2883.75-1 local-deb [amd64])

Regards,
Ralf
-- 
https://de.wikipedia.org/wiki/Wikipedia:Humorarchiv/Friedrich-Wilhelm-Heft



More information about the Lubuntu-users mailing list