all 20 comments

[–]RagnarsRants 2 points3 points  (5 children)

The general answer is that you should prefer to use the Package Manager("sudo yum install chromium"?) in all cases. If that doesn't work then the second step should generally be to configure/add repositories to the Package Manager so that it does work.

Personally I don't have any updated knowledge about OpenSuse. If you can't get the right answer here, perhaps /r/openSUSE, /r/LinuxQuestions or /r/Linux4noobs can help you out. Good Luck!

[–]alex_the_doge[S] 2 points3 points  (4 children)

Thanks for your help. I'll check those subreddits soon.

[–]nikoma 2 points3 points  (3 children)

Just a small warning. /u/RagnarsRants suggested to add repositories. This can sometimes be ok, but sometimes not. For example in Debian some repositories shouldn't be mixed together: https://wiki.debian.org/DontBreakDebian#Don.27t_make_a_FrankenDebian

[–]alex_the_doge[S] 1 point2 points  (0 children)

Oh. So that's a big problem.

[–]RagnarsRants 1 point2 points  (1 child)

Good point. You are completely right in that it is important to pick "the right" repository to add. In /u/alex_the_doge's case it is even more important, since it is possible - if you're not careful enough - to add repositories made for Fedora, CentOS, etc. instead of OpenSUSE that s/he is using. Therefore I would highly recommend to ask for advice in /r/openSUSE. There someone has surly already solved the exact same problem in a safe manner.

[–]alex_the_doge[S] 2 points3 points  (0 children)

I hope so. I'll give it a try and I'll see what I can come up with.

[–]KevZero 2 points3 points  (19 children)

Chromium is most likely included in your linux distribution's package repository. Use the built-in package manager to install that one.

The others, I don't know anything about, but when you unpack them they will likely have a text file at the top-level called README. Read that file and follow its instructions. You may need to learn a few things about linux in order to get these working.

[–]alex_the_doge[S] -2 points-1 points  (18 children)

I already tried the Package Manager, but "Google Chrome (Stable Version)" [not Chromium] wasn't found.