LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Debian package update (https://www.linuxquestions.org/questions/linux-software-2/debian-package-update-711810/)

siawash 03-15-2009 05:21 PM

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.

the trooper 03-15-2009 05:35 PM

Code:

aptitude install debian-multimedia-keyring
Then answer yes when asked do you want to install the keyring.

Regards.
The trooper.

repo 03-15-2009 05:36 PM

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

repo 03-15-2009 05:39 PM

apt-get install debian-archive-keyring
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 07DC563D1F41B907
gpg --armor --export07DC563D1F41B907 | apt-key add -

siawash 03-15-2009 06:09 PM

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#
*********************************************************************************************

the trooper 03-15-2009 06:31 PM

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.

AlucardZero 03-15-2009 06:43 PM

repo missed a space.

Code:

gpg --armor --export 07DC563D1F41B907 |  apt-key add -
(as root)

the trooper 03-15-2009 06:47 PM

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.

the trooper 03-15-2009 06:52 PM

Double post.

siawash 03-16-2009 01:14 AM

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.

siawash 03-16-2009 01:40 AM

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.!

the trooper 03-16-2009 06:08 AM

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.

siawash 03-16-2009 10:18 AM

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.

the trooper 03-16-2009 02:48 PM

Quote:

Originally Posted by siawash (Post 3477129)
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.

siawash 03-16-2009 04:53 PM

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


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