Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Google only packages Chrome for Ubuntu (deb) officially. If you are not using Ubuntu, you are probably not using Chrome directly from Google. However, if you use flatpaks you might as well trust this one package from flathub since the trust model is the same.


sort by: page size:

Of Chrome?

https://github.com/flathub/com.google.Chrome

Maybe. I'm more comfortable signing into my accounts using Chrome packaged by Google than by a third party. I should probably familiarise myself with the linked repo to show I'm worrying about nothing.


Google's solution for Chrome on Debian and Ubuntu is to distribute a .deb package that installs not only Chrome, but also installs a reference to their own package repository. When the user updates packages on their system, it updates Chrome from Google's repository. Chrome does not update itself, nor can it, since the package installs it to /usr/bin, which would require a su/sudo prompt to get access to.

worked for me on debian with the latest chrome deb from google

Going to googles official webpage will tell you how to get chrome for Debian/Ubuntu/Opensuse/Fedora. This is about as good as it can be because chrome is closed source.

Chromium is available in the repos.


Debian prioritizes being open source over being user friendly.

Googling debian google chrome results in instructions for getting chrome on debian.

I have 3 different distros installed on 3 different computers. Chrome is listed on all app searches.


> This is basically the same model that every Linux distro uses

If that were true, to install google chrome/earth or whatever on ubuntu I would have to

- get google apt repository

- add it to my list of sources

- import google repository key

- run apt-get update

- run apt-get install google earth

instead of simply doubleclicking on the the downloaded deb.


Yep. Get it from Google (Chrome) not Ubuntu (Chromium).

The official Google Chrome .deb for Debian/Ubuntu downloaded from google.com/chrome sets up a software source as well, so you can't say that's not how .deb files work.

    kerrick@psyduck:~$ ls /etc/apt/sources.list.d/
    google-chrome.list
    kerrick@psyduck:~$ cat /etc/apt/sources.list.d/google-chrome.list 
    ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
    # You may comment out this entry, but any other modifications may be lost.
    deb http://dl.google.com/linux/chrome/deb/ stable main

Yep, Chrome on Ubuntu. Odd...

Sure it’s using system ones and not the vendored ones? I mean chrome as packaged by Google, not, say, Fedora’s Chromium (which is bent and coerced to use system libraries as much as possible).

By the way if you are installing google chrome with linux packages, it says the same. It frightened me at first I was like, whose organization is managing my "google-chrome" install? Then realized my organization was just the root account on my linux vs installing chrome a different way (flatpak, manual install in homedir).

And last I looked, that's how Chrome/Linux works too, at least on Ubuntu. When you download and install the deb, it'll set up apt sources so you get updates through the system.

If you don't trust Google, you can't use Chrome. It's as simple as that.

Remember that the Chrome binary is closed-source and can't be reproduced from Chromium source code.


Google Chrome/Linux/10.0.648

Apparently Google agrees: when you install Chrome on Ubuntu it uses the OS's update manager to keep itself updated (by adding its own APT repository). Nifty.

Apart from Chromium, there are also Chrome .deb packages:

32 bit: http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstab...

64 bit: http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstab...

I've used the 32 bit package on Ubuntu (9.10 beta) and Debian testing the last weeks, no problems so far.


They have both an RPM and deb download

https://www.google.com/chrome/

But I get your point that if I'm enabling it through fedora's interface I'm already trusting more than just Google.


I use Google's repository/Chrome and have no problems.

    $ cat /etc/apt/sources.list.d/google-chrome.list
    deb http://dl.google.com/linux/chrome/deb/ stable main
    $ dpkg --get-selections |grep chrome
    google-chrome-unstable                          install

I just switched to Chrome, it's available as a .deb from Google.
next

Legal | privacy