LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-28-2009, 05:14 AM   #1
Ake Torngren
LQ Newbie
 
Registered: May 2006
Location: Cape Town, South Africa
Distribution: Fedora 24 x86_64
Posts: 20

Rep: Reputation: 1
Unhappy Skype installed failed, requires "key" ??


I tried to install Skype under Fedora 10 x86_64.I went to "/www.skype.com/intl/en/download/skype/linux/choose/",
clicked on "Fedora 7" and downloaded
"skype-2.0.0.72-fc5.i586.rpm" to "/tmp". I entered
"yum install /tmp/ake/Download/Linux/skype-2.0.0.72fc5.i586.rpm"
which downloaded maybe 100 packages from a number of sites which took a long time. (I captured the whole screen output into a file, but it is 478 lines long.) It ended with:

Public key for skype-2.0.0.72-fc5.i586.rpm is not installed

Indeed, there is no file matching "/etc/pki/rpm-gpg/*skype*" What action do I need to take? Is there a "key" somewhere in Cyber space, and how to I get it?

The file "/var/lib/rpm/Pubkeys" appears to have been updated,
however it's a binary file so I can't see what's in it.
The FAQ etc. at "www.skype.com" does not give any help.

(Catch 22: to post this on "support.skype.com", one needs first to
dowload and install Skype, and then get a userid....)

BTW, I installed VLC (as per instruction on their web site) via "rpm" and "yum" including adding a menu item:
Applications->Sound and Video->VLC media player
which I copied to the top (GNOME) panel. :-) :-)
 
Old 02-28-2009, 05:49 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You could try to install the skype package using "rpm" instead of yum.
 
Old 02-28-2009, 06:58 AM   #3
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
Yum uses a system of public and private key signing to make sure that RPM's haven't been tampered with when you install them.

There should be a .pubkey file on Skype that you should download and install that first, using <tt>yum --import</tt>

I've checked Skype's website, and as far as I can tell, they don't provide a link to any public keys, so you will not be able to use yum to install this skype RPM.

There are two other options:

1) Install Skype from a repository. You can find instructions for that here: http://forum.skype.com/index.php?showtopic=29679
- this is probably the best option because you'll get updates and security patches to Skype along with your system updates, and the update will be signed.

2) As Reddazz suggested, Install Skype using RPM, which is the low-level tool yum uses to install and remove packages:
Code:
rpm --install /tmp/ake/Download/Linux/skype-2.0.0.72fc5.i586.rpm
- this will not, however, install any dependencies that Skype will need (i.e. all those packages that yum downloaded), nor will it update Skype when new packages are updated. But it will prevent packages from being updated if they're needed by the version of Skype you have installed. And, as I said, you don't get the security of public key signing.

Hope that helps,

—Robert J Lee
 
Old 02-28-2009, 10:33 AM   #4
x_terminat_or_3
Member
 
Registered: Mar 2007
Location: Plymouth, UK
Distribution: Fedora Core, RHEL, Arch
Posts: 342

Rep: Reputation: 38
This has come up a few times before on this forum.

Please download the Skype RPM to a location on your hard disk.

Then cd to that hard disk (in a terminal)

Get root privileges by typing in su -

now type

Code:
yum --nogpg install name_of_skype_rpm
Let yum do its magic, and answer when it asks a question.

Now you're all set.
 
Old 03-03-2009, 12:55 AM   #5
Ake Torngren
LQ Newbie
 
Registered: May 2006
Location: Cape Town, South Africa
Distribution: Fedora 24 x86_64
Posts: 20

Original Poster
Rep: Reputation: 1
Smile

Quote:
Originally Posted by x_terminat_or_3 View Post
This has come up a few times before on this forum.

Please download the Skype RPM to a location on your hard disk.

Then cd to that hard disk (in a terminal)

Get root privileges by typing in su -

now type

Code:
yum --nogpg install name_of_skype_rpm
Let yum do its magic, and answer when it asks a question.

Now you're all set.
That did it! Thank you ever so much!
"man yum" on Fedora 10 said "--nogpgcheck", so that
what I used. Also, I found out that earlier versions
of "yum" (e.g. on Fedora 5) may not support flag, but
one can edit "/etc/yum.conf" and set "gpgcheck=0".
So eventually I got Skype not only installed, but up and running!

Until a few days ago I did not about "gpg" or "[Open]PGP",
but thanks to Google and Wikipedia I have a fair grasp now.

Initially I searched for tags like "public" and "key". Maybe
those should be added to old(er) postings you referred to.
 
  


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
WEP key in place but "this network requires encryption to be enabled" jdtiede Linux - Wireless Networking 6 02-05-2009 07:23 AM
"Failed Dependency error" while installing RPM for "DateTime" perl modules giridhargopal.cj Linux - Newbie 7 11-19-2008 12:05 AM
Skype v2 Beta "Call Failed: Problem with Audio Playback" TheOracle Linux - Software 5 02-10-2008 12:11 PM
"Installing non-distro Linux on USB key" or "Using syslinux to boot a jffs2" lymae Linux - Newbie 6 12-31-2006 10:00 PM
does failed using urpmi messed up my "Install Software" / "mandrake update" ??? sirpelidor Mandriva 1 11-02-2003 09:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:45 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