Page 1 of 1

[SOLVED]Adding Google repo and public keys

PostPosted: Jun 2nd, '16, 22:27
by mackowiakp
I added Google ropos according to https://www.google.com/linuxrepositories/
But the problem is with public key of such repos. I run such commands from root:

Code: Select all
wget https://dl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub


But in /etc/urpmi/urpmi.cfg there is no key-ids line. Look at the part of that file:

Code: Select all
Tainted\ 32bit\ Backports\ Testing\ (distrib45)  {
  ignore
  key-ids: 80420f66
  mirrorlist: $MIRRORLIST
  with-dir: media/../../i586/media/tainted/backports_testing
}

google-chrome http://dl.google.com/linux/chrome/rpm/stable/x86_64 {
  update
}

google-earth http://dl.google.com/linux/earth/rpm/stable/x86_64 {
  update
}

google-talkplugin http://dl.google.com/linux/talkplugin/rpm/stable/x86_64 {
  update
}


How can I add key-ids because I still must confirm installation of new Chrome rpm. So automatic update (from cron) does not update Google products.

Re: Adding Google repo and public keys

PostPosted: Jun 2nd, '16, 23:34
by jkerr82508

Re: Adding Google repo and public keys

PostPosted: Jun 3rd, '16, 06:14
by mackowiakp
THX. Solved