Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't install Google Chrome, is my Source list right?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Meky
Posts: 3
Joined: 2018-03-02 12:20

Can't install Google Chrome, is my Source list right?

#1 Post by Meky »

Hi all,

I am new in Linux and very new in Debian, I tried a lot of Linux distributions and I think Debian is the best for me and for my Hardware, now I installed None free Debian copy and I tried to install Chrome, I downloaded it from Google (The .deb Version) and when I run it I get: Sorry, this did not work, The file is not supported.

I start to search on the Internet and I found that maybe my update sources not right, when I checked it I found that the CDROM is the only source is available in my list, so I searched again and I found some resources and I installed them, I searched for updates and I installed about 5 of them but I still can't install chrome.

My source list:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main

deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main

deb http://security.debian.org/debian-security/ stretch/updates main
deb-src http://security.debian.org/debian-security/ stretch/updates main

deb http://deb.debian.org/debian stretch main contrib non-free
deb-src http://deb.debian.org/debian stretch main contrib non-free

deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb-src http://deb.debian.org/debian stretch-updates main contrib non-free

deb http://security.debian.org/debian-security/ stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security/ stretch/updates main contrib non-free

deb http://httpredir.debian.org/debian/ stretch main contrib non-free

Any ideas please?

Regards

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Can't install Google Chrome, is my Source list right?

#2 Post by arochester »

Debian does not use Google Chrome by default. It uses Chromium instead. Chromium is very like Chrome and you can log in, in exactly the same way, with the same extensions etc.

The advantage of Chromium, over Chrome, is that it does not "phone home" to Google.

If you still want Chrome then go to the Chrome website and get the .deb.

The easiest way to install a .deb is to install gdebi first and use that.

Meky
Posts: 3
Joined: 2018-03-02 12:20

Re: Can't install Google Chrome, is my Source list right?

#3 Post by Meky »

arochester wrote:Debian does not use Google Chrome by default. It uses Chromium instead. Chromium is very like Chrome and you can log in, in exactly the same way, with the same extensions etc.

The advantage of Chromium, over Chrome, is that it does not "phone home" to Google.

If you still want Chrome then go to the Chrome website and get the .deb.

The easiest way to install a .deb is to install gdebi first and use that.
Thanks,

I already downloaded Chrom from Google website but it not running also when I use gdebi.

Regards

sgage
Posts: 86
Joined: 2013-03-10 21:00
Has thanked: 1 time
Been thanked: 2 times

Re: Can't install Google Chrome, is my Source list right?

#4 Post by sgage »

It is not very clear from your posts exactly what you have tried. Did you install Chrome with gdebi? How did you do it? What exactly was the error message, and was it from Chrome or Debian, and what did you do that made it appear?

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Can't install Google Chrome, is my Source list right?

#5 Post by Lysander »

OP you have not really understood what your sources.list file is. It sounds like you panicked, threw some text in the file and just blindly hoped that things would work. Secondly, it seems that you have installed Debian and the first thing you want to do is install some proprietary software.

Now, installing proprietary software is OK - it's allowed and enabled in Debian - but the Debian ethic is to avoid such. I personally install proprietary when I have little other choice. But you do have another choice - Chromium.

You can install from whichever repos you have enabled in your sources list by using

Code: Select all

#apt install <package>
Now, note that

Code: Select all

#apt install chrome
will not work since Chrome is not supported by Debian for the reasons already given. It is not in the repos enabled in your sources.list and such an official repo does not exist. However,

Code: Select all

#apt install chromium
will work. I don't understand why anyone would use Chrome over Chromium but there' s no accounting for taste.

I would recommend reading

https://wiki.debian.org/SourcesList

to understand your sources.list file. To do so would be extremely beneficial to you. It is bloated with needless repos in it. As an example, here's mine:

Code: Select all

deb http://ftp.uk.debian.org/debian/ stretch main contrib non-free
#deb-src http://ftp.uk.debian.org/debian/ stretch main

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
deb http://ftp.uk.debian.org/debian/ stretch-updates main contrib non-free
#deb-src http://ftp.uk.debian.org/debian/ stretch-updates main

deb http://ftp.debian.org/debian stretch-backports main contrib non-free
I would tidy your sources.list file up and try Chromium over Chrome. You will see very little difference between the two.

NB: I have not given you any advice on how to actually install Chrome for two reasons. 1] Chromium is virtually indistinguishable and open-source. 2] Google your problem with Chrome if you really want to know [hint, searching for the exact phrase "how to install Google Chrome on Debian" brings up literally thousands of results, including a very similar issue on this very forum].

Meky
Posts: 3
Joined: 2018-03-02 12:20

Re: Can't install Google Chrome, is my Source list right?

#6 Post by Meky »

sgage wrote:It is not very clear from your posts exactly what you have tried. Did you install Chrome with gdebi? How did you do it? What exactly was the error message, and was it from Chrome or Debian, and what did you do that made it appear?
Sorry, in the past 6 months I installed Ubuntu, Mint, Fedora... etc to test them and after any new installation I go to google.com and download google chrome and install it in one click, but with Debian it’s not the same, the Software store told me the file not fount or something like this.

Now I did a new clean install and I will try again.

Regards

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Can't install Google Chrome, is my Source list right?

#7 Post by stevepusser »

I doubt a reinstall will solve your issue.
Sorry, but you must be more precise when asking for help with a problem. Computers and computer people don't handle "fuzzy" too well.
the Software store told me the file not fount or something like this.
Ideally, you'd go to the folder where the deb file is, open a terminal there, and run

Code: Select all

gdebi  <name-of-deb-file>
MX Linux packager and developer

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 5 times
Been thanked: 16 times

Re: Can't install Google Chrome, is my Source list right?

#8 Post by Dai_trying »

or without installing gdebi you could use the command

Code: Select all

# apt install ./<name-of-deb-file>

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Can't install Google Chrome, is my Source list right?

#9 Post by Lysander »

Meky wrote:Now I did a new clean install and I will try again.
This shows a complete lack of comprehension of the issue. I really hope you are not doing a clean install because you can't use Chrome. You did not even try Chromium, did you, because if you did you would have seen that it's almost identical to Chrome in every respect.

I even linked to a post which could help solve your problem. But it looks like you either didn't read my post or didn't understand it.

If you're going to reinstall your entire system because you can't use the browser you want, this doesn't bode too well for your future use with the OS. I hope the other responses presented so far don't fall similarly by the wayside.

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Can't install Google Chrome, is my Source list right?

#10 Post by Bulkley »

There is no point in wasting any more time with this OP. He/she is either not listening or it is a bot.

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: Can't install Google Chrome, is my Source list right?

#11 Post by pawRoot »

Lysander wrote:You did not even try Chromium, did you, because if you did you would have seen that it's almost identical to Chrome in every respect.
No it's not.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Can't install Google Chrome, is my Source list right?

#12 Post by stevepusser »

pawRoot wrote:
Lysander wrote:You did not even try Chromium, did you, because if you did you would have seen that it's almost identical to Chrome in every respect.
No it's not.
"Almost"...well, it won't track you and send the data to Google.
MX Linux packager and developer

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: Can't install Google Chrome, is my Source list right?

#13 Post by pawRoot »

And it doesn't work with services like Netflix or Spotify, which is a big deal for many users.

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Can't install Google Chrome, is my Source list right?

#14 Post by Bulkley »

pawRoot wrote:And it doesn't work with services like Netflix or Spotify, which is a big deal for many users.
Do Netflix and Spotify require tracking cookies?

User avatar
pawRoot
Posts: 603
Joined: 2016-12-28 18:26
Has thanked: 1 time
Been thanked: 1 time

Re: Can't install Google Chrome, is my Source list right?

#15 Post by pawRoot »

Bulkley wrote:
pawRoot wrote:And it doesn't work with services like Netflix or Spotify, which is a big deal for many users.
Do Netflix and Spotify require tracking cookies?
I think they use some codecs that won't work with Chromium.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Can't install Google Chrome, is my Source list right?

#16 Post by stevepusser »

I believe the closed-source libwidevine DRM plugin is more the issue; Chrome has it, Chromium does not.
MX Linux packager and developer

Post Reply