LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   apt-get update (https://www.linuxquestions.org/questions/debian-26/apt-get-update-556436/)

ilnli 05-24-2007 02:48 PM

apt-get update
 
Hi,

I'm trying to update apt-get on my debian machine with the following

apt-get update

but it gives me the following

Hit http://ftp.debian.org etch/main Sources
Hit http://ftp.debian.org etch/contrib Sources
Hit http://ftp.debian.org etch/non-free Sources
Fetched 18.7kB in 1s (13.8kB/s)
Reading package lists... Done
W: GPG error: http://www.debian-multimedia.org etch Release: The following signa tures couldn't be verified because the public key is not available: NO_PUBKEY 07 DC563D1F41B907
W: GPG error: http://ftp.debian-unofficial.org etch Release: The following signa tures couldn't be verified because the public key is not available: NO_PUBKEY D5 642BC86823D007
W: You may want to run apt-get update to correct these problems
debian:~#

I need to upgrade it cause it can't find glib and gives the following

debian:~# apt-get install glib
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package glib
debian:~#


can anybody tell me that how can I install glib on debian ?

Regards,
Imran

thanks

David the H. 05-24-2007 03:10 PM

First of all you need to do a search for the exact package name. 'apt-cache search glib' should help you to find the proper package to install.

Second, the pubkey thing just means that you don't have the proper verification key set up. This has been answered many times, so do a forum search. It shouldn't affect the actual installation though. You can ignore the warnings.

Norb 05-24-2007 03:11 PM

Check out this post, I think it maybe of some help to you.

http://www.linuxquestions.org/questi...W%3A+GPG+error

Norb

makuyl 05-24-2007 03:11 PM

Code:

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 07DC563D1F41B907 && apt-key add /root/.gnupg/pubring.gpg && dselect update
Try this:
Code:

apt-cache search libglib

rickh 05-24-2007 03:30 PM

There's an easier way to solve the multimedia gpg-key issue now:
# aptitude install debian-multimedia-keyring

ilnli 05-24-2007 06:07 PM

thanks alot guy that was really a great help.
things are working fine now


All times are GMT -5. The time now is 01:03 PM.