Added repository with myrlin and cockpit how can I solve google chrome Signature verification failed?

on my laptop 1=ASUS vivobook pro N552VW-FY204T (2016) with freshly installed leap 16.0 with KDE

I added with myrlin a new repository to install chrome
https://dl.google.com/linux/chrome/rpm/stable
myrlin gives an error (it require to restart after adding repository) that says that that repository was disabled and the repository was resulting enabled in the GUI bt didn’t appear in the list on the left (this should be corrected in my opinion)

so I tried something with cockpit
refresh repo
gives the error and says to run
zypper ref

eros@localhost:~> zypper ef
Unknown command 'ef'
Type 'zypper help' to get a list of global options and commands.

In case 'ef' is not a typo it's probably not a built-in command, but provided as a subcommand or plug-in (see 'zypper help subcommand').
In this case a specific package providing the subcommand needs to be installed first. Those packages are often named 'zypper-ef' or 'zypper-ef-plugin'.
eros@localhost:~> zypper ref
Root privileges are required to run this command.
eros@localhost:~> sudo zypper ref
[sudo] password for eros:
System management is locked by the application with pid 5757 (/usr/bin/myrlyn).
Close this application before trying again.
eros@localhost:~> sudo zypper ref
Repository google-chrome does not define 'gpgkey=' URLs.
Warning: File 'repomd.xml' from repository 'google-chrome' is signed with an unknown key '32EE5355A6BC6E42'.

    Note: Signing data enables the recipient to verify that no modifications occurred after the data
    were signed. Accepting data with no, wrong or unknown signature can lead to a corrupted system
    and in extreme cases even to a system compromise.

    Note: File 'repomd.xml' is the repositories master index file. It ensures the integrity of the
    whole repo.

    Warning: We can't verify that no one meddled with this file, so it might not be trustworthy
    anymore! You should not continue unless you know it's safe.

File 'repomd.xml' from repository 'google-chrome' is signed with an unknown key '32EE5355A6BC6E42'.
Continue? [yes/no] (no): yes
Retrieving repository 'google-chrome' metadata .........................................................[done]
Building repository 'google-chrome' cache ..............................................................[done]
Repository 'repo-openh264 (16.0)' is up to date.
Repository 'repo-oss (16.0)' is up to date.
Repository 'Packman' is up to date.
All repositories have been refreshed.
eros@localhost:~>

then tried with myrlin to install google chrome
it installed but gives this error

google-chrome-stable-144.0.7559.132-1.x86_64 (google-chrome): Signature verification failed [4-Signatures public key is not available]
    Header V4 RSA/SHA512 Signature, key ID 32ee5355a6bc6e42: NOKEY
    Header SHA256 digest: OK
    Header SHA1 digest: OK
    Payload SHA256 digest: OK
    MD5 digest: OK
    ignored
    

I remember well that in yast there was a solution, how can I solve now with myrlin or cockpit or commandline?

It’s on their download page…

wget https://dl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
1 Like

What is the use of you making a typing error in a command, that being told to you and then you posting your error here?

sorry but I did that command
zypper ef
and I didn’t saw the error
and it seemed to solve so I didn’t check it

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.