Can't install Google Chrome

As the title says… I download the 64 bit SUSE version (.rpm file) and when i run it YaST gives me this message…

http://i245.photobucket.com/albums/gg54/Veprovina/snapshot2.png

I’m very new to linux and have no idea what this means… :frowning:

I also tried to install it through YaST, but can’t find it… Maybe i don’t have the repository or something, idk…

I’m probably doing something wrong, so… Can someone please enlighten me?
Thanks… :slight_smile:

EDIT: I wouldn’t bother with Chrome, Firefox works fine, except it has that stupid bug where it can’t save files… I tried saving pictures with it and nothing happenes… If Chrome fails, i’ll try Opera, but i’d rather have Chrome, i like it more, and it’s faster.

• OT: it is not really necessary to post a 1280 × 1024 screenshot to show some lines of an error message

• If you install a package, you should do so by using the respective repository, not by downloading and installing a single package. I suspect this very package isn’t even from a repo compatible with openSUSE

• I recommend the following source for Chromium (the open source equivalence to Chrome, it offers the same functionality):

http://download.opensuse.org/repositories/home:/sanfordarmstrong:/chromium/openSUSE_11.2

…since this repo only contains Chromium and a small dependency, so you won’t have to cope with other possibly unstable packages.

To add this repo to your list:

zypper ar -f http://download.opensuse.org/repositories/home:/sanfordarmstrong:/chromium/openSUSE_11.2 home:sanfordarmstrong

To install Chromium:

zypper in chromium

@Firefox problem with saving images: this bug still seems to be unsolved in the FF-version from the ‘update’-repo, try the current version from the Mozilla-repo:

zypper ar -f http://download.opensuse.org/repositories/mozilla/openSUSE_11.2/ Mozilla

Does drag and drop work, i.e. dragging an image from FF and dropping it into a file manager window or folderview widget?

Somehow, both save as… and dragging and dropping work now… I have no idea why, yesterday they didn’t work and i didn’t do anything. Nor did Firefox update… Weird… :sarcastic:

No, not really, but i was in a hurry and didn’t feel like typing all that, and didn’t think to try if i can just copy/paste it… Uploading and linking seemed faster (and was faster) than typing it… I also wanted the SS to show that i ran it through the terminal as root, and the file in file manager…

Then why is there a download at all? I downloaded the 64 bit SUSE compatibile version, there has to be a way to install it. I doubt google puts useless files on their site… Also, that file is opened by default by “install software” (i’m assuming that’s YaST)…

Also, why not just put a repository on their site for this… :sarcastic:

Does everything i install have to come from YaST, or can i download packages from some sites and install them myself (assuming they’re compatibile with SUSE)? Cause i’ve seen some programs that YaST search didn’t find, and i found the packages available for download on some internet sites…

Yes, i’m using openSUSE 11.2 64 bit.

For some reason the forum won’t let me edit my post…

Anyway…

UPDATE:

I just read on the error message “lsb >= 3.2 is needed…” as some dependancy.

I found that thing (whatever it is) in YaST and installed it, and it fixed it…
I managed to install Chrome.

Thx for your help!

On Fri, 25 Jun 2010 02:16:02 +0000, Vepar wrote:

> For some reason the forum won’t let me edit my post…

Edits are only allowed for up to 10 minutes - the way you handled it is
just fine.

Jim


Jim Henderson
openSUSE Forums Administrator

Then why is there a download at all? I downloaded the 64 bit SUSE compatibile version, there has to be a way to install it.

There is, just not the way that you tried…

Does everything i install have to come from YaST, or can i download packages from some sites and install them myself (assuming they’re compatibile with SUSE)? Cause i’ve seen some programs that YaST search didn’t find, and i found the packages available for download on some internet sites…

Well, nothing comes from yast. Yast is a front end that allows you to install things. To oversimplify (I’m assuming that you don’t want to deliberately make things hard for yourself) you can choose yast or the command-line Zypper. I’d say that Yast is easier to learn, but there is a Zypper way of doing this, if you’d prefer that.

If SuSE has a repo for it, whatever it is, the easiest is just to add the repo to your list and everything will happen automagically, including SuSE doing whatever anti-malware checks that they do, provided that you go into yast occasionally and check. This is the best way of doing things, if it works.

If the software supplier has their own repo, you could add that, but you lose out on the advantage of SuSE’s checking. This may not be a big disadvantage if you think that the supplier is reputable and competent and they have a reputation to protect which will cause them to be sufficiently careful.

If the supplier only makes a compatible .rpm available, you could make your own repository in a local directory on your hard disk. This has the additional disadvantage that there are no automatic updates. If there is an update and it fixes security problems, how soon would you get to know and what impact might it have if you had an app with a known security vulnerability?

(If you did this, you would manually download the package to the designated directory and use ‘yast > install software’ to install it.)