error while updating linux

Asked by rajivg

hi,
i am new to linux. i have some problems when i try to update ubuntu 8.10. its as follows:

On typing the sudo apt-get update command in the terminal...i get the following

Hit http://gb.archive.ubuntu.com intrepid Release.gpg
Hit http://gb.archive.ubuntu.com intrepid/main Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid/restricted Translation-en_GB
Hit http://security.ubuntu.com intrepid-security Release.gpg
Ign http://security.ubuntu.com intrepid-security/main Translation-en_GB
Ign http://security.ubuntu.com intrepid-security/restricted Translation-en_GB
Ign http://ppa.launchpad.net intrepid Release.gpg
Ign http://ppa.launchpad.net intrepid/main Translation-en_GB
Get: 1 http://debian-multimedia.org etch Release.gpg [197B]
Hit http://debian-multimedia.org etch/main Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid-updates Release.gpg
Hit http://gb.archive.ubuntu.com intrepid-updates/main Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid-updates/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid-updates/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid-updates/multiverse Translation-en_GB
Ign http://security.ubuntu.com intrepid-security/universe Translation-en_GB
Ign http://security.ubuntu.com intrepid-security/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid Release
Hit http://security.ubuntu.com intrepid-security Release
Hit http://packages.medibuntu.org intrepid Release.gpg
Get: 2 http://ppa.launchpad.net intrepid Release [27.6kB]
Get: 3 http://debian-multimedia.org etch Release [9434B]
Ign http://debian-multimedia.org etch Release
Hit http://gb.archive.ubuntu.com intrepid-updates Release
Ign http://ppa.launchpad.net intrepid/main Packages
Hit http://security.ubuntu.com intrepid-security/main Packages
Hit http://debian-multimedia.org etch/main Packages
Hit http://gb.archive.ubuntu.com intrepid/main Packages
Hit http://gb.archive.ubuntu.com intrepid/restricted Packages
Hit http://gb.archive.ubuntu.com intrepid/universe Packages
Hit http://gb.archive.ubuntu.com intrepid/multiverse Packages
Hit http://ppa.launchpad.net intrepid/main Packages
Hit http://security.ubuntu.com intrepid-security/restricted Packages
Hit http://security.ubuntu.com intrepid-security/universe Packages
Hit http://security.ubuntu.com intrepid-security/multiverse Packages
Ign http://packages.medibuntu.org intrepid/free Translation-en_GB
Ign http://packages.medibuntu.org intrepid/non-free Translation-en_GB
Hit http://gb.archive.ubuntu.com intrepid-updates/main Packages
Hit http://gb.archive.ubuntu.com intrepid-updates/restricted Packages
Hit http://packages.medibuntu.org intrepid Release
Hit http://gb.archive.ubuntu.com intrepid-updates/universe Packages
Hit http://gb.archive.ubuntu.com intrepid-updates/multiverse Packages
Get: 4 http://ftp.us.debian.org etch Release.gpg [386B]
Ign http://ftp.us.debian.org etch/main Translation-en_GB
Ign http://ftp.us.debian.org etch/non-free Translation-en_GB
Ign http://ftp.us.debian.org etch/contrib Translation-en_GB
Hit http://packages.medibuntu.org intrepid/free Packages
Get: 5 http://ftp.us.debian.org etch Release [58.2kB]
Ign http://ftp.us.debian.org etch Release
Hit http://packages.medibuntu.org intrepid/non-free Packages
Hit http://ftp.us.debian.org etch/main Packages
Get: 6 http://download.virtualbox.org intrepid Release.gpg [189B]
Ign http://download.virtualbox.org intrepid/non-free Translation-en_GB
Hit http://ftp.us.debian.org etch/non-free Packages
Hit http://ftp.us.debian.org etch/contrib Packages
Get: 7 http://download.virtualbox.org intrepid Release [2093B]
Ign http://download.virtualbox.org intrepid Release
Hit http://download.virtualbox.org intrepid/non-free Packages
Fetched 776B in 3s (202B/s)
Reading package lists... Done
W: GPG error: http://debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: GPG error: http://ftp.us.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277
W: GPG error: http://download.virtualbox.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DCF9F87B6DFBCBAE

please suggest how the errors can be rectified

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu synaptic Edit question
Assignee:
No assignee Edit question
Solved by:
h2g2bob
Solved:
Last query:
Last reply:
Revision history for this message
Best h2g2bob (d-j-batley) said :
#1

You have extra repositories where apt looks for software updates. These are listed In your /etc/apt/sources.list file. The warnings shown say that those repositories don't sign their software with gpg keys, which means you cannot be absolutely certain that you are downloading them from a trusted source.
You can just ignore these errors if you have some non-ubuntu software packages installed, and want to use apt to install any updates to them. Otherwise, edit sources.list (as root) and remove them (or comment it out with a #).

Revision history for this message
rajivg (rgang78) said :
#2

thanks, sorted out the problems