1
Operating System / Re: Backtrack 5 tools in Ubuntu 12.04
« on: January 15, 2013, 08:03:44 AM »
I tried to install it on Ubuntu 12.10 x32 and i got this
The solution was to replace 64 by 32
The solution was to add this
to
/etc/apt/apt.conf.d/70debconf
Next typing this code on terminal
That's it
Code: [Select]
W: Failed to fetch http://64.repository.backtrack-linux.org/dists/revolution/Release Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
The solution was to replace 64 by 32
Code: [Select]
Fetched 1 394kB in 4s (339kB/s)
Reading package lists... Error!
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf)
E: Error occurred while processing gtk-led-askpass (NewFileDesc2)
E: Problem with MergeList /var/lib/apt/lists/32.repository.backtrack-linux.org_dists_revolution_main_binary-i386_Packages
W: Unable to munmap
E: The package lists or status file could not be parsed or opened.
The solution was to add this
Code: [Select]
APT::Cache-Limit "100000000";
to
/etc/apt/apt.conf.d/70debconf
Next typing this code on terminal
Code: [Select]
sudo apt-get clean && sudo apt-get update --fix-missing
That's it