LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-08-2015, 12:59 PM   #1
xavi_slacky
Member
 
Registered: Jun 2013
Posts: 104

Rep: Reputation: Disabled
dnf upgrade issue


Hi ,

I get this issue when I try to upgrade packages:

http://ur1.ca/n2l72

Ideas ? Thanks

See you.
 
Old 07-08-2015, 02:21 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you read the error ?
Quote:
Error: Public key for google-chrome-stable-43.0.2357.132-1.x86_64.rpm is not installed
install the security key to the google repo
 
1 members found this post helpful.
Old 07-08-2015, 02:40 PM   #3
xavi_slacky
Member
 
Registered: Jun 2013
Posts: 104

Original Poster
Rep: Reputation: Disabled
Hi John VV ,

Quote:
Originally Posted by John VV View Post
did you read the error ?


install the security key to the google repo
How can I install security key to the google repo ?

Thanks, see you.
 
Old 07-08-2015, 08:00 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
when you run a normal everyday update it should ask you to answer
Yes/No on installing the google Chrome repo key
Code:
su -
dnf update
https://fedoraproject.org/wiki/Chromium


from the google web site what you installed was the software repo
Then you installed Chromium
Code:
su -
dnf install chromium
at that time you should have been asked YES or NO to install the SECURITY hash
-- looks like you typed in "no"
 
Old 07-10-2015, 12:09 PM   #5
huzbo89
LQ Newbie
 
Registered: Oct 2006
Location: New York City
Distribution: FC8
Posts: 7

Rep: Reputation: 1
I get the same error updating google-chrome on Fedora 22

Hi,

I'm getting the same error as xavi_slacky when trying to update google-chrome on Fedora 22.

I have done
Code:
su -
dnf install google-chrome
and get the message
Quote:
Package google-chrome-stable-43.0.2357.130-1.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Yet when I run
Code:
# dnf update -y
I get the message
Quote:
warning: /var/cache/dnf/x86_64/22/google-chrome/packages/google-chrome-stable-43.0.2357.132-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
Error: Public key for google-chrome-stable-43.0.2357.132-1.x86_64.rpm is not installed
This seems to me to be the same problem as the OP's. Could it be that the public key for google-chrome-stable was changed between 43.0.2357.130-1 and 43.0.2357.132-1, and that this is confusing Fedora?

If so how would I get the new public key? Searching on the issue hasn't succeeded.

TIA for any help.
 
Old 07-10-2015, 03:16 PM   #6
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
From google: https://www.google.com/linuxrepositories/
 
2 members found this post helpful.
Old 07-11-2015, 03:52 AM   #7
huzbo89
LQ Newbie
 
Registered: Oct 2006
Location: New York City
Distribution: FC8
Posts: 7

Rep: Reputation: 1
Thank you Doug G. I got the new public key from the link you cited, which solved my problem.
 
Old 07-11-2015, 05:39 PM   #8
Lsatenstein
Member
 
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora 31and Tumbleweed) Gnome versions
Posts: 311
Blog Entries: 1

Rep: Reputation: 59
The /etc/yum.repos.d/ entries allow you to install a line that says no security key. Doing so for the google repro will allow you to work with chromium.

Or please reply listing the steps you did to solve the problem.
 
Old 07-12-2015, 01:26 AM   #9
huzbo89
LQ Newbie
 
Registered: Oct 2006
Location: New York City
Distribution: FC8
Posts: 7

Rep: Reputation: 1
This is what worked for me...

Visited https://www.google.com/linuxrepositories/ as suggested by Doug G.

Followed the instructions on that page under The Linux Package Signing Key, Command line key installation for RPM.
Download the key and use rpm to install it:
Code:
wget https://dl.google.com/linux/linux_signing_key.pub
sudo rpm --import linux_signing_key.pub
Verify the key installation:
Code:
rpm -qi gpg-pubkey-7fac5991-*
Then running:
Code:
# dnf install google-chrome
# dnf update -y
resulted in a successful install of the newer (google-chrome-stable-43.0.2357.132-1.x86_64.rpm) package.
 
1 members found this post helpful.
Old 07-13-2015, 08:54 AM   #10
xavi_slacky
Member
 
Registered: Jun 2013
Posts: 104

Original Poster
Rep: Reputation: Disabled
Hi John VV and Doug G ,

With your solution I too solved my problem.

Thanks, see you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 22 will use DNF instead of yum szboardstretcher Fedora 17 07-27-2015 09:17 PM
LXer: Fedora 22 beta status, future of DNF and yum LXer Syndicated Linux News 0 04-10-2015 07:41 PM
LXer: DNF Still Advancing As Experimental Yum For Fedora LXer Syndicated Linux News 0 05-18-2013 11:17 PM
LXer: DNF and Hawkey, the next Generation Yum LXer Syndicated Linux News 0 10-19-2012 02:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration