LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Error with apt, on any command; update, upgrade, install etc (https://www.linuxquestions.org/questions/ubuntu-63/error-with-apt-on-any-command%3B-update-upgrade-install-etc-602608/)

Brian5 11-26-2007 10:09 PM

Error with apt, on any command; update, upgrade, install etc
 
Hello,

I was just planning on doing my routine:

$ sudo apt-get update

I encountered one problem however... Each time I try to run the command, I receive this error:

Reading package lists... Error!
E: Dynamic MMap ran out of room
E: Error occurred while processing python-gnupginterface (NewFileVer1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.

I don't even know where to go from here. Any ideas? What should I do so I can run apt-get again.

My main priority is to run: sudo apt-get remove fluxbox (and all related packages) and to rebuild from source (originally got it from repositories).

Any help on this matter would be greatly appreciated! Thank you!

HappyTux 11-27-2007 12:15 AM

First problem first hit in Google.

http://www.google.com/search?q=E%3A+...UTF-8&oe=UTF-8

Second problem.

Code:

E: Error occurred while processing python-gnupginterface (NewFileVer1)
 E: Problem with MergeList /var/lib/dpkg/status

You can try copying the /var/lib/dpkg/status.old to /var/lib/dpkg/status first checking in the .old file in the section for the python-gnupginterface to make sure the Version: part of it does not contain the same error, you may even be able to edit the status file and put in whatever the newest version number is shown on the Ubuntu site for your branch of it you are running.

Brian5 11-27-2007 11:52 PM

Hello,

Thanks for your prompt reply, the problem is solved.

I followed the link you provided and raised the cache-limit. After I raised the limit, I did:

sudo apt-get clean

After that, the second error disappeared, I didn't have to copy the contents of /var/lib/dpkg/status-old to /var/lib/dpkg/status, it wasn't necessary after the first fix.

Thanks again!


All times are GMT -5. The time now is 02:23 PM.