Major Failure after 7.04 upgrade from 6.10

Asked by webman

After upgrading for 6.10 (which was working very well) to 7.04... I get the following errors:

When accessing Synaptic manager I get the following message:

E: Dynamic MMap ran out of room
E: Dynamic MMap ran out of room
E: Error occurred while processing libpacklib1-dev (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/ftp.debian.org_debian_dists_stable_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.

When accessing Add/Remove I get the following message:

Failed to check for installed and available applications

This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.

I am a MS Windows convert and have very little knowledge of the inner working of any Linux product. Any help would be appreciated, the more "step by step" the better

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Wrwrwr
Solved:
Last query:
Last reply:
Revision history for this message
Best Wrwrwr (wrwrwr) said :
#1

You will need to give your apt more space for cache.

1. Open terminal: Applications-->Accessories-->Terminal

2. Make a new configuration file for your option; copy this to terminal:
sudo gedit /etc/apt/apt.conf.d/90aptcache

3. Add a single line to it:
APT::Cache-Limit “16777216″;

You can increase the number if you wish, it's just disk space.

Revision history for this message
webman (webmgagne) said :
#2

That was it!

This was rectified by re-formatting the space I "Thought" I had allocated

Thank you for your help!

Revision history for this message
webman (webmgagne) said :
#3

Thanks Wrwrwr, that solved my question.