Update Manager help

Asked by Nigel Hollick

The message below appears every time I use update manager i get the message below. It appears to update some files but not all.

What does it mean and what do i do about it.

using ubuntu 8.10. I have one new LG CD/DVD +-RW drive that mounts and on old CD/DVD reader that does not mount

GPG error: http://ftp.uk.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783Failed to fetch cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/dists/intrepid/main/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/dists/intrepid/restricted/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Bernhard
Solved:
Last query:
Last reply:
Revision history for this message
Bernhard (b.a.koenig) said :
#1

It seems you are using debian sources which usually does not work in Ubuntu. Can you paste the output of

more /etc/apt/sources.list

Revision history for this message
Bernhard (b.a.koenig) said :
#2

Ah, and you need to add some keys: check the website of your sources, e.g. packages.medibuntu.org, and look for a public key. Then follow the procedures here:

https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories

Revision history for this message
Nigel Hollick (nigelhollick) said :
#3

Hi Bernhard. Thank you for answering.

I think I downloaded add ons for Mplayer from medibuntuto make it work for video.

I have
Under Applications-Other-Import Key
But it doesn't do anything

Have installed Firefox add ons Launchpad but cant see it anywhere and don't know what it does.

System-Administration-Software Sources-Tab Authentication has an import key button but dont understand it.

Visited packages.medibuntu.org but could find no reference to keys- Just packages.

Visited https://help.launchpad.net/Packaging/PPA#Adding%20a%20PPA%20to%20your%20Ubuntu%20repositories but it seems to say that i need to know the url for the key?????

Installed Skype-2 for Linux 6 days ago and finally have it working. Used Skype-debian_2.0.0.72_1 i386.deb as I could not find it under Applications Add/Remove

This is the outcome of
more /etc/apt/sources.list

nigel@Moose:~$ more /etc/apt/sources.list
deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid ma
in restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

## Major bug fix updates produced after the final release of the
## distribution.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid universe main restricted multi
verse
deb http://gb.archive.ubuntu.com/ubuntu/ intrepid-updates universe main restrict
ed multiverse

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.

--More--(41%)

Regards

Nigel

(not certain if I should be answering this way or from my email???

Revision history for this message
Bernhard (b.a.koenig) said :
#4

Yes, you need a key from the site where you are downloading the packages from. Let me check...

And btw, you only pasted half of your sources.list :)

Revision history for this message
Bernhard (b.a.koenig) said :
#5

medibuntu key: packages.medibuntu.org/medibuntu-key.gpg
then go to "System" "Administration" "Software Sources" then "Authentication" tab and "import key".

debian keys: never did it myself, but you should find the answer here
http://wiki.debian.org/SecureApt

Revision history for this message
Best Bernhard (b.a.koenig) said :
#6

And also, first save the gpg file on your Desktop and then import it.

Revision history for this message
Nigel Hollick (nigelhollick) said :
#7

Thanks Bernhard, that solved my question.

Revision history for this message
Nigel Hollick (nigelhollick) said :
#8

I noticed that but waited 5 mins and assume it was all done,

The problem has gone and I thank you Bernhard.

Do you know of a place with a list of basic Terminal commands that all newbies should know with a description of what they do. I have all sorts of problems understanding whats happening and lists of syntax are not very helpful.

Again thank you

Regards

Nigel

Revision history for this message
Bernhard (b.a.koenig) said :
#9

Well, you can always google individual commands, how about this?

https://help.ubuntu.com/community/UsingTheTerminal

or if you actually want to write bash scripts (small terminal executables)

http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html

Revision history for this message
Tom (tom6) said :
#10

And you can get some help on the command line itself by typing "--help" or sometimes "-h" after a command - that's a standard linux thing in all distros apparently. For example try typing

sudo --help

or

ls --help

probably not very good examples but i'm sure you can find better ones. Another thing is that when you're typing on the command line keep tapping the Tab key occasionally and watch it complete commands and pathnames in a very "predicative texting" type of way except it's good at staying relevant. Double tapping the Tab key can be revealing too.

Good luck and regards from
Tom :)

Revision history for this message
Tom (tom6) said :
#11

Oh and the up-arrow is great too. The thing i find weird is that CtrlV wont paste but mouse paste works.

Revision history for this message
Nigel Hollick (nigelhollick) said :
#12

Thank you both. Most interesting

Revision history for this message
Tom (tom6) said :
#13

You're welcome, thanks :)
Actually i just love the chance to show off command-line features and use the phrase "mouse paste" rofls, i'm not sure why but it always makes me chuckle ;)

Have fun, regards from
Tom :)