LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-17-2009, 01:28 PM   #1
samijnsky
LQ Newbie
 
Registered: May 2009
Posts: 7

Rep: Reputation: 0
Amarok & Banshee installation problems


Hi,
I tried to install Amarok & Banshee.
Had some difficulty to find an easy and straightforward way to do it.
Also had the following answer:

"W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4874D3686E80C6B7
W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4874D3686E80C6B7"

Here is my sources.list files:

"deb http://archive.ubuntu.com/ubuntu/ jaunty main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty main universe multiverse restricted #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ jaunty-security universe main multiverse restricted
deb-src http://security.ubuntu.com/ubuntu/ jaunty-security universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates universe main multiverse restricted
deb http://ppa.launchpad.net/banshee-team/ubuntu intrepid main
deb http://ppa.launchpad.net/banshee-team/ubuntu hardy main"

Cheers,
sam
 
Old 05-17-2009, 01:33 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
try

Code:
sudo apt-get install debian-archive-keyring
sudo gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 4874D3686E80C6B7
sudo gpg --armor --export 4874D3686E80C6B7 | apt-key add -
sudo apt-get update
sudo apt-get install amorak banshee
 
Old 05-17-2009, 01:48 PM   #3
samijnsky
LQ Newbie
 
Registered: May 2009
Posts: 7

Original Poster
Rep: Reputation: 0
Hi repo,
still answering:
"W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4874D3686E80C6B7
W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4874D3686E80C6B7
W: You may want to run apt-get update to correct these problems
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
banshee: Depends: libgconf2.0-cil (>= 2.20.0) but it is not installable
Depends: libgnome2.0-cil (>= 2.20.0) but it is not installable
E: Broken packages
"

Seems like a package problem (?) - cfr my previous post on package

Cheers
 
Old 05-17-2009, 01:55 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
did you received error messages when installing ?

Quote:
sudo apt-get install debian-archive-keyring
sudo gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 4874D3686E80C6B7
sudo gpg --armor --export 4874D3686E80C6B7 | apt-key add -
 
Old 05-17-2009, 02:12 PM   #5
samijnsky
LQ Newbie
 
Registered: May 2009
Posts: 7

Original Poster
Rep: Reputation: 0
got this kind of problem (don't if this an "error"):
"Reading package lists... Done
Building dependency tree
Reading state information... Done
debian-archive-keyring is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dens@Dens:~$ sudo gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 4874D3686E80C6B7
gpg: WARNING: unsafe ownership on configuration file `/home/dens/.gnupg/gpg.conf'
gpg: external program calls are disabled due to unsafe options file permissions
gpg: keyserver communications error: general error
gpg: keyserver receive failed: general error
dens@Dens:~$ sudo gpg --armor --export 4874D3686E80C6B7 | apt-key add -
gpg: WARNING: unsafe ownership on configuration file `/home/dens/.gnupg/gpg.conf'
gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
"
 
Old 05-17-2009, 03:13 PM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Don't run the gpg command with sudo. It complains you (as root) are not the owner of the gpg.conf of user dens. Just do:
Code:
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 4874D3686E80C6B7
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No WMA in amaroK and Banshee! Score Linux - Software 17 08-08-2010 01:55 PM
Firefox .. no sound? But sound from amarok/banshee/etc pgreptom Linux - Desktop 1 04-13-2009 12:23 PM
Banshee & Firefox... Enter_Slackgirl Linux - Newbie 8 04-03-2008 03:02 PM
RealPlayer 10 & Banshee work, but no Amarok BeckinNC Linux - Software 2 01-09-2006 10:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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