When I do
my computer responds normally by giving me a list of what is being fetched. However, at the base I get this:
(Please note I translated to english 'by hand', I have a norwegian-speaking installation so some minor differences in text is possible.)
I tried the suggested "run apt-get update" that is
again
but it does not change anything
I checked sources.list and can only find 2 lines of code with the word partner in it (there is a comment line too):
So I guess that either on my client side or on the ubuntu/cannonical server side one of the other entries resolves into the same as in this entry
ALthough it appears non-fatal I hunt down all error messages from such important systems. Anybody know how I can fix this?
Code:
sudo apt-get update
Code:
Reading package lists ... Done W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner amd64 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-amd64_Packages) W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ precise/partner i386 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_precise_partner_binary-i386_Packages) W: You may want to correct these problems by running «apt-get update».
I tried the suggested "run apt-get update" that is
Code:
sudo apt-get update
but it does not change anything
I checked sources.list and can only find 2 lines of code with the word partner in it (there is a comment line too):
Code:
## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu precise partner deb-src http://archive.canonical.com/ubuntu precise partner
ALthough it appears non-fatal I hunt down all error messages from such important systems. Anybody know how I can fix this?
Comment