Google Chrome not installing

First when I try to install it it says that its not supported, but when I do a second click it lets me through. Then while installing it tells me

A problem that we were not expecting has occurred.
Please report this bug with the error description.

And the error description is

Installation aborted by user

Except I didn’t abort anything.

a few things to try
#1 use chromium which is basically chrome minus some google tweaks to get a full functioning chromium do:
you need packman for mp4 support, if you have packman just do

sudo zypper in chromium chromium-ffmpeg chromium-pdf-plugin chromium-pepper-flash

#2 if you really want chrome add google’s repo try

sudo zypper ar https://www.google.com/linuxrepositories google
sudo zypper in google-chrome

ps I don’t use any google chrome so I have not tested this.

And please, always tell what you are doing/using, etc. There are many ways to “install it”, and we can not guess which one you use.

I tried to install it using the first method and it worked until the end then I got this.

David@linux-gu7v:~> sudo zypper in google-chrome
Error building the cache:
[google|https://www.google.com/linuxrepositories] Valid metadata not found at specified URL
Warning: Skipping repository 'google' because of the above error.
Loading repository data...
Reading installed packages...
'google-chrome' not found in package names. Trying capabilities.
No provider of 'google-chrome' found.
Resolving package dependencies...

I did say I’ve never used google and I made a mistake about their repo’s, remove the above repository it’s wrong

sudo zypper rr https://www.google.com/linuxrepositories 

then add this one http://dl.google.com/linux/rpm/stable/x86_64

sudo zypper ar http://dl.google.com/linux/rpm/stable/x86_64

refresh the repositories and install google-chrome

sudo zypper ref
sudo zypper in google-chrome

google does not have a propper repo so the above is for 64bit only for 32 bit you’d need to use
http://dl.google.com/linux/rpm/stable/i386

It worked until I got to the end then I got this

David@linux-gu7v:~> sudo zypper rr https://www.google.com/linuxrepositories
root's password:
Removing repository 'google' ...........................................................................................[done]
Repository 'google' has been removed.
David@linux-gu7v:~> sudo zypper ar http://dl.google.com/linux/rpm/stable/x86_64
If only one argument is used, it must be a URI pointing to a .repo file.
addrepo (ar) [options] <URI> <alias>
addrepo (ar) [options] <file.repo>

Add a repository to the system. The repository can be specified by its URI or can be read from specified .repo file (even remote).

  Command options:
-r, --repo <file.repo>  Just another means to specify a .repo file to read.
-t, --type <type>       Type of repository (yast2, rpm-md, plaindir).
-d, --disable           Add the repository as disabled.
-c, --check             Probe URI.
-C, --no-check          Don't probe URI, probe later during refresh.
-n, --name <name>       Specify descriptive name for the repository.
-k, --keep-packages     Enable RPM files caching.
-K, --no-keep-packages  Disable RPM files caching.
-g, --gpgcheck          Enable GPG check for this repository.
-G, --no-gpgcheck       Disable GPG check for this repository.
-f, --refresh           Enable autorefresh of the repository.

David@linux-gu7v:~> sudo zypper ref
Repository 'packman' is up to date.                                                                                           
Repository 'openSUSE-13.2-Non-Oss' is up to date.                                                                             
Repository 'openSUSE-13.2-Oss' is up to date.                                                                                 
Repository 'openSUSE-13.2-Update' is up to date.                                                                              
Repository 'openSUSE-13.2-Update-Non-Oss' is up to date.                                                                      
All repositories have been refreshed.
David@linux-gu7v:~> sudo zypper in google-chrome
Loading repository data...
Reading installed packages...
'google-chrome' not found in package names. Trying capabilities.
No provider of 'google-chrome' found.
Resolving package dependencies...

Nothing to do.
David@linux-gu7v:~> 

I forgot you need to give the repository a local name, the name can be google

sudo zypper ar http://dl.google.com/linux/rpm/stable/x86_64 google

then do a refresh and ask for chrome

sudo zypper ref
sudo zypper in google-chrome

I got to the end then got this. Didn’t know it would be this much trouble.

9 new packages to install.
Overall download size: 44.8 MiB. Already cached: 6.4 MiB  After the operation, additional 193.9 MiB will be used.
Continue? [y/n/? shows all options] (y): y
In cache libpng12-0-1.2.51-3.1.2.x86_64.rpm                                              (1/9),  75.4 KiB (171.0 KiB unpacked)
In cache m4-1.4.17-2.1.2.x86_64.rpm                                                      (2/9), 236.9 KiB (503.7 KiB unpacked)
In cache qt3-3.3.8c-135.1.3.x86_64.rpm                                                   (3/9),   2.7 MiB (  9.6 MiB unpacked)
In cache kdelibs3-default-style-3.5.10-83.1.10.x86_64.rpm                                (4/9), 124.6 KiB (355.3 KiB unpacked)
In cache glibc-i18ndata-2.19-16.15.1.noarch.rpm                                          (5/9),   3.1 MiB ( 10.8 MiB unpacked)
In cache libjpeg62-62.1.0-30.5.1.x86_64.rpm                                              (6/9), 102.1 KiB (270.0 KiB unpacked)
In cache patch-2.7.5-7.7.1.x86_64.rpm                                                    (7/9),  94.4 KiB (181.1 KiB unpacked)
In cache lsb-4.0-26.1.2.x86_64.rpm                                                       (8/9),   8.5 KiB (  110   B unpacked)
Retrieving package google-chrome-unstable-46.0.2486.0-1.x86_64                           (9/9),  44.8 MiB (172.0 MiB unpacked)
Retrieving: google-chrome-unstable-46.0.2486.0-1.x86_64.rpm ...............................................[done (11.7 KiB/s)]
google-chrome-unstable-46.0.2486.0-1.x86_64.rpm:
    Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
    V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY

google-chrome-unstable-46.0.2486.0-1.x86_64(google): Signature verification failed [4-Signatures public key is not available]
Abort, retry, ignore? [a/r/i] (a): 


it’s sign key, seeing how google is providing these packages opensuse can not guarantee if they’re real so you can ignore it (press i).
That’s not a real problem, the real problem I see is that you are downloading google-chrome-unstable
check your repo as it is supposed to be the stable one
http://dl.google.com/linux/rpm/stable/x86_64
you should get google-chrome-44 not the unstable alpha 46 version?
did you maybe type unstable when adding the repo.
again post your repo’s

zypper lr -d

as I don’t use chrome or any google app maybe someone else can be of more help.

My repos. And no I’m not sure why I got the unstable version.

David@linux-gu7v:~> zypper lr -d
#  | Alias                     | Name                               | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                             | Service
---+---------------------------+------------------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------------+--------
 1 | openSUSE-13.2-0           | openSUSE-13.2-0                    | No      | ----      | Yes     |   99     | yast2  | hd:///?device=/dev/disk/by-id/scsi-1hp_x702w                    |        
 2 | packman                   | packman                            | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_13.2/   |        
 3 | repo-debug                | openSUSE-13.2-Debug                | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/distribution/13.2/repo/oss/  |        
 4 | repo-debug-update         | openSUSE-13.2-Update-Debug         | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/update/13.2/                 |        
 5 | repo-debug-update-non-oss | openSUSE-13.2-Update-Debug-Non-Oss | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/debug/update/13.2-non-oss/         |        
 6 | repo-non-oss              | openSUSE-13.2-Non-Oss              | Yes     | ( p) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/13.2/repo/non-oss/    |        
 7 | repo-oss                  | openSUSE-13.2-Oss                  | Yes     | ( p) Yes  | Yes     |   99     | yast2  | http://download.opensuse.org/distribution/13.2/repo/oss/        |        
 8 | repo-source               | openSUSE-13.2-Source               | No      | ----      | Yes     |   99     | NONE   | http://download.opensuse.org/source/distribution/13.2/repo/oss/ |        
 9 | repo-update               | openSUSE-13.2-Update               | Yes     | ( p) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/13.2/                       |        
10 | repo-update-non-oss       | openSUSE-13.2-Update-Non-Oss       | Yes     | ( p) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/13.2-non-oss/               |        
David@linux-gu7v:~> 


When I tried the code you posted for the stable version I got this.

David@linux-gu7v:~> http://dl.google.com/linux/rpm/stable/x86_64 
bash: http://dl.google.com/linux/rpm/stable/x86_64: No such file or directory
David@linux-gu7v:~> 


I believe I’m close but there’s just something missing.

I really don’t know, google probobly removed that repository and they don’t seam to have a link to a current one.
I don’t recommend using the alpha version as that one is way too unstable.
maybe someone else can help

I would use Chromium but it doesn’t have the Okay Google detection for my mic. Google removed it and its too much hassle to type every search that I want. Is there a way to get it to install without the command console??? Like using an install file from the Chrome site. That’s the main issue I was having. Not one by installing with Konsole.

You cannot run “http://dl.google.com/linux/rpm/stable/x86_64”, it is no command but an internet URL.

Google has instructions here anyway:
https://www.google.com/linuxrepositories/

Download the RPM package from Google Chrome - The Fast & Secure Web Browser Built to be Yours (by clicking on Download and selecting the “64bit .rpm (For Fedora/openSUSE)”), and save it on your hard disk (directly installing it might not work correctly).
Then run “sudo zypper in google-chrome-stable_current_x86_64.rpm”.

The package will setup the repo for automatic updates when it is being installed.

PS: Please update your system.
This bug (that package installation doesn’t work the first time, you have to click again within a minute) has been fixed (by me :wink: ) months ago.

That is the URL to be added to your repos list. Either to be used in the zypper ar command, or in YaST > Softwrae > Repository Management and then Adding.

You enter this as a command in bash. And bash reports that it can not find such a command… Rather logical.

On 2015-08-20 19:06, Downwitdvp wrote:
>
> When I tried the code you posted for the stable version I got this.
>
>
> Code:
> --------------------
> David@linux-gu7v:~> http://dl.google.com/linux/rpm/stable/x86_64
> bash: http://dl.google.com/linux/rpm/stable/x86_64: No such file or directory
> David@linux-gu7v:~>
>
>
> --------------------
>
>
> I believe I’m close but there’s just something missing.

The correct URL for Chrome is:


http://dl.google.com/linux/chrome/rpm/stable/x86_64

And it is an URL, not a command. I_A gave you you the sequence of
commands to use several posts back. You have to remove the repository
you added back then, and add this one instead.

If you are not familiar with the command line, just start yast, enter
the password, and go to software, then repository management module.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

I understood that part, just not how to fix it. I’m used to GUIs not command prompts. That’s why I’m asking for help and I did admit I’m new to Linux/Opensuse as i just came from Windows 8.1 mere days ago. Excuse me if I don’t have it all understood yet.

There is no need to make excuses. You have a problem, we try to help and explain.

The important thing is if you now succeeded in adding that repository. We gave you the CLI and the GUI way to do it. So you can try what method you like more.

On 2015-08-20 22:46, Downwitdvp wrote:
> I understood that part, just not how to fix it. I’m used to GUIs not
> command prompts.

Then use YaST :slight_smile:


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)