Comment 3 for bug 153770

Revision history for this message
Steve Fagerhaug (steve-fagerhaug) wrote : Re: update-manager

I checked the file myself and noticed that the upgrade had added the same two lines twice:

deb http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse
...
and then later
...
deb http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse

again. This was causing the memory overflow. I removed the duplicate lines and I could do a

sudo apt-get update

and was good to go.

I hope this helps someone.