LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-16-2008, 11:50 PM   #1
sulekha
Member
 
Registered: Dec 2004
Location: India
Distribution: ubuntu 10.04 , centos 5.5 , Debian lenny, Freenas
Posts: 324

Rep: Reputation: 36
Question update manager


whenever i click the update manager i get the following errors ?

A unresolvable problem occurred while initializing the package information.

Please report this bug against the 'update-manager' package and include the following error message:

'Wuplicate sources.list entry http://archive.ubuntu.com hardy/universe Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_universe_binary-i386_Packages), Wuplicate sources.list entry http://archive.ubuntu.com hardy/multiverse Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_multiverse_binary-i386_Packages), E:Problem parsing dependency Depends, E:Error occurred while processing btnx (NewVersion1), E:Problem with MergeList /var/lib/apt/lists/repoubuntusoftware.info_dists_harty_all_binary-i386_Packages, E:The package lists or status file could not be parsed or opened.'


what should i do to solve this problem ?
 
Old 10-17-2008, 12:06 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Which ubuntu release do you have?

Try

sudo apt-get clean
sudo apt-get update
sudo apt-get -f upgrade

report the output

However - have you manually added any repositories? Check the spelling... vis:
Code:
E:Problem with MergeList /var/lib/apt/lists/repoubuntusoftware.info_dists_harty_all_binary-i386_Packages
(my emphasis).
 
Old 10-17-2008, 12:21 AM   #3
sulekha
Member
 
Registered: Dec 2004
Location: India
Distribution: ubuntu 10.04 , centos 5.5 , Debian lenny, Freenas
Posts: 324

Original Poster
Rep: Reputation: 36
Quote:
Originally Posted by Simon Bridge View Post
Which ubuntu release do you have?

Try

sudo apt-get clean
sudo apt-get update
sudo apt-get -f upgrade

report the output

However - have you manually added any repositories? Check the spelling... vis:
Code:
E:Problem with MergeList /var/lib/apt/lists/repoubuntusoftware.info_dists_harty_all_binary-i386_Packages
(my emphasis).

I corrected the spelling but still i am getting the message

W: Duplicate sources.list entry http://archive.ubuntu.com hardy/universe Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://archive.ubuntu.com hardy/multiverse Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_multiverse_binary-i386_Packages)

I am using ubuntu 8.04.1

BTW updates are happening

Last edited by sulekha; 10-17-2008 at 12:26 AM.
 
Old 10-17-2008, 03:18 AM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
I corrected the spelling but still i am getting the message

W: Duplicate sources.list entry http://archive.ubuntu.com hardy/universe Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_universe_binary-i386_Packages)
W: Duplicate sources.list entry http://archive.ubuntu.com hardy/multiverse Packages (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_hardy_multiverse_binary-i386_Packages)
Well, that's half your errors taken care of. The dep errors were clearly a result of the spelling error.

This error is saying you have multiple entries in /etc/apt/sources.list - edit that file to remove the duplicates. It looks like the universe and multiverse lines have been duplicated... maybe you added them by hand without realising they were already there?
 
Old 10-17-2008, 04:09 AM   #5
sulekha
Member
 
Registered: Dec 2004
Location: India
Distribution: ubuntu 10.04 , centos 5.5 , Debian lenny, Freenas
Posts: 324

Original Poster
Rep: Reputation: 36
Question

Quote:
Originally Posted by Simon Bridge View Post
Well, that's half your errors taken care of. The dep errors were clearly a result of the spelling error.

This error is saying you have multiple entries in /etc/apt/sources.list - edit that file to remove the duplicates. It looks like the universe and multiverse lines have been duplicated... maybe you added them by hand without realising they were already there?

i tried what you said now i am getting this error

user@ubuntu:~$ sudo apt-get install mplayer
[sudo] password for user:
Reading package lists... Error!
E: Problem parsing dependency Depends
E: Error occurred while processing btnx (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/repoubuntusoftware.info_dists_hardy_all_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
user@ubuntu:~$
 
Old 10-17-2008, 04:11 AM   #6
sulekha
Member
 
Registered: Dec 2004
Location: India
Distribution: ubuntu 10.04 , centos 5.5 , Debian lenny, Freenas
Posts: 324

Original Poster
Rep: Reputation: 36
Question

Quote:
Originally Posted by sulekha View Post
i tried what you said now i am getting this error

user@ubuntu:~$ sudo apt-get install mplayer
[sudo] password for user:
Reading package lists... Error!
E: Problem parsing dependency Depends
E: Error occurred while processing btnx (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/repoubuntusoftware.info_dists_hardy_all_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
user@ubuntu:~$

BTW this is my /etc/apt/sources.list file

#
# deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080701)]/ hardy main restricted

# deb cdrom:[Ubuntu 8.04.1 _Hardy Heron_ - Release i386 (20080701)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.

deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe

## 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.
deb http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://in.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

## 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 hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner

# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security universe
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu hardy-security multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

#ULTAMATIX REPOS START

deb http://repoubuntusoftware.info hardy all
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
#ULTAMATIX REPOS END

deb http://archive.ubuntu.com/ubuntu hardy universe
deb-src http://archive.ubuntu.com/ubuntu hardy universe multiverse
 
Old 10-17-2008, 08:23 PM   #7
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
i tried what you said
- what did you try? I said many things - be specific. Did you find some duplicate entries in the sources.list and remove them?

Looking at the ultimax repos
Code:
#ULTAMATIX REPOS START

deb http://repoubuntusoftware.info hardy all
Should be
deb http://repoubuntusoftware.info harty all

... after all - this is the address of the Ubuntu Ultimate Edition, which was code-named "Harty Hotrod" <sigh>.
Are you perhaps running the ultimate edition? Did you "correct" the spelling for any others too? Please note, I only said to "check" the spelling - you were supposed to make sure it was incorrect before changing.

So - it looks like the original dep errors vanished because you were no longer accessing the harty repo. Put it back and you should be right where you started - with only the first half of the errors.

Which takes us back to the original advice: (I've added a line)

sudo apt-get clean
sudo apt-get check
sudo apt-get update
sudo apt-get -f upgrade

The rest are the security repos...
Code:
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
#ULTAMATIX REPOS END

Last edited by Simon Bridge; 10-17-2008 at 08:25 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
update manager thunyiwe Linux - Newbie 2 04-25-2008 07:53 AM
Unable to upgrade to ubuntu 7.10, update manager fails to update.... jonbvgood Linux - Software 2 02-05-2008 03:58 PM
Update manager puskas Linux - Security 1 10-27-2007 03:55 AM
update manager puskas Linux - Newbie 1 10-24-2007 09:37 AM
Debian Update Manager carlosinfl Debian 7 09-14-2006 01:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration