LinuxQuestions.org
Help answer threads with 0 replies.
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 03-15-2009, 05:21 PM   #1
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Rep: Reputation: 32
Debian package update


Hello, I am trying to install flash and real player but getting following errors.

W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907

In my sources.list file I have
***************************************************************************
#
# deb cdrom:[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00]/ etch contrib main

deb cdrom:[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00]/ etch contrib main

deb http://ftp.esat.net/pub/linux/debian/ etch main
deb-src http://ftp.esat.net/pub/linux/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

deb http://www.debian-multimedia.org etch main


***************************************************************************

I have tried apt, aptitude and synaptic.

Strange thing is on a previous install I did see flashplugin-nonfree in synaptic, but now synaptic cannot find it.
 
Old 03-15-2009, 05:35 PM   #2
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Code:
aptitude install debian-multimedia-keyring
Then answer yes when asked do you want to install the keyring.

Regards.
The trooper.
 
Old 03-15-2009, 05:36 PM   #3
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
#flash
deb http://www.backports.org/debian etch-backports main contrib
deb ftp://ftp.debian.org/debian ../project/experimental main contrib non-free
 
Old 03-15-2009, 05:39 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
apt-get install debian-archive-keyring
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 07DC563D1F41B907
gpg --armor --export07DC563D1F41B907 | apt-key add -
 
Old 03-15-2009, 06:09 PM   #5
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Original Poster
Rep: Reputation: 32
Here is what I am getting now:

I have added the following in /etc/apt/sources.list
**********************************************************************************************

#
# deb cdrom:[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00]/ etch contrib main

deb cdrom:[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00]/ etch contrib main

deb http://ftp.esat.net/pub/linux/debian/ etch main
deb-src http://ftp.esat.net/pub/linux/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

deb http://www.debian-multimedia.org etch main
deb http://www.backports.org/debian etch-backports main contrib
deb ftp://ftp.debian.org/debian ../project/experimental main contrib non-free
**********************************************************************************************

gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 07DC563D1F41B907
gpg: directory `/root/.gnupg' created
gpg: can't open `/gnupg/options.skel': No such file or directory
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 1F41B907 from hkp server wwwkeys.eu.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 1F41B907: public key "Christian Marillat <marillat@debian.org>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
zaika:/home/siawash# gpg --armor --export07DC563D1F41B907 | apt-key add -
gpg: Invalid option "--export07DC563D1F41B907"
gpg: no valid OpenPGP data found.
zaika:/home/siawash#
*********************************************************************************************
 
Old 03-15-2009, 06:31 PM   #6
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
It looks like you have a key installed for Debian multimedia but not the other repos.
I would remove/comment out the other entrys then try to install the packages you want.
Do you actually want access to Backports?,if not remove them totally.
 
Old 03-15-2009, 06:43 PM   #7
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
repo missed a space.

Code:
gpg --armor --export 07DC563D1F41B907 |  apt-key add -
(as root)
 
Old 03-15-2009, 06:47 PM   #8
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Just as a thought i glanced over the install/use instructions for backports:

http://www.backports.org/dokuwiki/do...d=instructions

The same method can be used for backports as with the multimedia repos.
As i put in my first post.
 
Old 03-15-2009, 06:52 PM   #9
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Double post.

Last edited by the trooper; 03-15-2009 at 06:53 PM.
 
Old 03-16-2009, 01:14 AM   #10
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Original Poster
Rep: Reputation: 32
This is what I got from AlucardZeros solution:

gpg --armor --export 07DC563D1F41B907 | apt-key add -

W: GPG error: http://www.backports.org etch-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C

Then I did followed same logic:

gpg --armor --export EA8E8B2116BA136C | apt-key add -

and now getting:

gpg: WARNING: nothing exported
gpg: no valid OpenPGP data found.
 
Old 03-16-2009, 01:40 AM   #11
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Original Poster
Rep: Reputation: 32
That seems to have worked. Synaptic could find "flashplugin-nonfree" installed it and can see utube movies.

Now can anyone help with "free realplayer"?

What package do i download and install.? I remember on several different builds trying the .gz file from RealPlayer's official site it worked once but last occasion was getting helix errors.

I will try again as soon as I get some feedback.

Thanks for getting me this far.!
 
Old 03-16-2009, 06:08 AM   #12
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Realplayer is in the i386 repo of Debian multimedia.
If you have added multimedia to your apt sources you will be able to find it via Synaptic or aptitude.
Also it looks like you still missed a space in Alucard's example.
Did you copy and paste?
I also wondered if Backports still supports Etch?,as Lenny is now stable.
Maybe someone could clarify on this.
 
Old 03-16-2009, 10:18 AM   #13
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Original Poster
Rep: Reputation: 32
Thanks to all who helped. Both flash and realplayer are now installed and working.

The Trooper, could you please elaborate on what you meant regarding a mistake i might have made
You mentioned:

"Also it looks like you still missed a space in Alucard's example.
Did you copy and paste?
I also wondered if Backports still supports Etch?,as Lenny is now stable.
Maybe someone could clarify on this".

Can you spell this out for me? I like to make sure everything is ok on the system.
 
Old 03-16-2009, 02:48 PM   #14
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
Originally Posted by siawash View Post
Thanks to all who helped. Both flash and realplayer are now installed and working.

The Trooper, could you please elaborate on what you meant regarding a mistake i might have made
You mentioned:

"Also it looks like you still missed a space in Alucard's example.
Did you copy and paste?
I also wondered if Backports still supports Etch?,as Lenny is now stable.
Maybe someone could clarify on this".

Can you spell this out for me? I like to make sure everything is ok on the system.

I was just checking you had got the spacing right from Alucard's example
If the packages you wanted are installed and working then that's great.
As regards to Backports, i wondered if Etch was still supported.
It would be worth just checking all is well with your apt sources,
usually i just do a aptitude update as root whenever i add or remove a repo
or key.And make sure there is no error messages like you were getting earlier.
Obviously you can substitute aptitude for apt-get or use Synaptic.

Regards.
The trooper.

Last edited by the trooper; 03-16-2009 at 02:51 PM.
 
Old 03-16-2009, 04:53 PM   #15
siawash
Member
 
Registered: Jun 2004
Location: Ireland
Distribution: Zorin 6
Posts: 589

Original Poster
Rep: Reputation: 32
I ran both aptitude update and apt-get update:

It seems I still have some problems. Note last three lines of each result:

aptitude update
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 2008102 3-23:00] etch Release.gpg
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 2008102 3-23:00] etch Release
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 2008102 3-23:00] etch/contrib Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 2008102 3-23:00] etch/main Packages/DiffIndex
Get:1 http://www.debian-multimedia.org etch Release.gpg [197B]
Get:2 http://ftp.esat.net etch Release.gpg [386B]
Get:3 http://www.debian-multimedia.org etch Release [8347B]
Hit http://ftp.esat.net etch Release
Get:4 http://www.backports.org etch-backports Release.gpg [189B]
Get:5 http://www.backports.org etch-backports Release [72.9kB]
Get:6 http://security.debian.org etch/updates Release.gpg [197B]
Ign http://ftp.esat.net etch/main Packages/DiffIndex
Ign http://www.debian-multimedia.org etch/main Packages/DiffIndex
Ign http://ftp.esat.net etch/main Sources/DiffIndex
Hit http://ftp.esat.net etch/main Packages
Hit http://security.debian.org etch/updates Release
Hit http://ftp.esat.net etch/main Sources
Hit http://www.debian-multimedia.org etch/main Packages
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Get:7 ftp://ftp.debian.org ../project/experimental Release.gpg [197B]
Ign http://www.backports.org etch-backports Release
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Hit http://www.backports.org etch-backports/main Packages/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Hit http://security.debian.org etch/updates/contrib Packages
Hit http://security.debian.org etch/updates/main Sources
Hit http://www.backports.org etch-backports/contrib Packages/DiffIndex
Get:8 ftp://ftp.debian.org ../project/experimental Release [76.6kB]
Get:9 http://www.backports.org etch-backports/main Packages [424kB]
Hit http://security.debian.org etch/updates/contrib Sources
Hit http://www.backports.org etch-backports/contrib Packages
Get:10 ftp://ftp.debian.org ../project/experimental/main Packages/DiffIndex [202 3B]
Hit ftp://ftp.debian.org ../project/experimental/contrib Packages/DiffIndex
Hit ftp://ftp.debian.org ../project/experimental/non-free Packages/DiffIndex
Get:11 ftp://ftp.debian.org ../project/experimental/main 2009-03-16-1423.33.pdiff [1721B]
Get:12 ftp://ftp.debian.org ../project/experimental/main 2009-03-16-1423.33.pdiff [1721B]
Get:13 ftp://ftp.debian.org ../project/experimental/main 2009-03-16-1423.33.pdiff [1721B]
Fetched 586kB in 5s (112kB/s)
Reading package lists... Done
W: GPG error: http://www.backports.org etch-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C
W: You may want to run apt-get update to correct these problems

**********************************************************************************************

zaika:/home/siawash# apt-get update
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00] etch Release.gpg
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00] etch Release
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00] etch/contrib Packages/DiffIndex
Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 DVD Binary-1 20081023-23:00] etch/main Packages/DiffIndex
Get:1 http://ftp.esat.net etch Release.gpg [386B]
Hit http://ftp.esat.net etch Release
Get:2 http://www.debian-multimedia.org etch Release.gpg [197B]
Get:3 http://www.backports.org etch-backports Release.gpg [189B]
Hit http://www.debian-multimedia.org etch Release
Hit http://www.backports.org etch-backports Release
Ign http://ftp.esat.net etch/main Packages/DiffIndex
Ign http://ftp.esat.net etch/main Sources/DiffIndex
Get:4 http://security.debian.org etch/updates Release.gpg [197B]
Get:5 ftp://ftp.debian.org ../project/experimental Release.gpg [197B]
Hit http://ftp.esat.net etch/main Packages
Ign http://www.debian-multimedia.org etch/main Packages/DiffIndex
Hit http://ftp.esat.net etch/main Sources
Hit http://security.debian.org etch/updates Release
Hit http://www.debian-multimedia.org etch/main Packages
Err http://www.backports.org etch-backports Release

Get:6 http://www.backports.org etch-backports Release [72.9kB]
Get:7 ftp://ftp.debian.org ../project/experimental Release [76.6kB]
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://www.backports.org etch-backports Release
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Hit http://www.backports.org etch-backports/main Packages/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Hit http://www.backports.org etch-backports/contrib Packages/DiffIndex
Hit http://security.debian.org etch/updates/contrib Packages
Hit http://security.debian.org etch/updates/main Sources
Hit http://www.backports.org etch-backports/main Packages
Hit http://security.debian.org etch/updates/contrib Sources
Hit http://www.backports.org etch-backports/contrib Packages
Get:8 ftp://ftp.debian.org ../project/experimental/main Packages/DiffIndex [2023B]
Hit ftp://ftp.debian.org ../project/experimental/contrib Packages/DiffIndex
Hit ftp://ftp.debian.org ../project/experimental/non-free Packages/DiffIndex
Get:9 ftp://ftp.debian.org ../project/experimental/main 2009-03-16-2106.15.pdiff [3061B]
Get:10 ftp://ftp.debian.org ../project/experimental/main 2009-03-16-2106.15.pdiff [3061B]
Get:11 ftp://ftp.debian.org ../project/experimental/main 2009-03-16-2106.15.pdiff [3061B]
Fetched 155kB in 4s (35.9kB/s)
Reading package lists... Done

W: GPG error: http://www.backports.org etch-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C
W: You may want to run apt-get update to correct these problems
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: GNOME Debian Package Finder: Rough and ready package search for the desktop LXer Syndicated Linux News 0 09-04-2008 01:00 AM
Problem while apt-get update on debian etch, cannot reach security.debian.org sarajevo Debian 4 06-08-2008 11:59 AM
update .deb package list debian etch rotezecke Linux - Newbie 1 04-02-2008 07:10 AM
Slackware security update/package update Michael_aust Slackware 6 10-04-2006 08:19 PM

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

All times are GMT -5. The time now is 04:36 PM.

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