Connect With Me In Facebook

Welcome to DefendHackers, If u want to Apply for a Blogroll as a Author , With h4ckfreak Mail me @ suren.click@gmail.com

Saturday, August 13, 2011

Install backtrack aplication on Ubuntu


How to install backtrack aplication on UbuntuAfter the installation process we always have problem like this’

E:Unable to increase the size of the MMap as the limit of 32454321 bytes is already reached.,

E:Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 32505856. (man 5 apt.conf), 


E:Error occurred while processing x11-common (NewVersion2), 


E:ProblemwithMergeList /var/lib/apt/lists/mirror.oscc.org.my_ubuntu_dists_maverick_main_binary-i386_Packages, 



E:The package lists or status file could not be parsed or opened.’
One way is to increase the value APT::Cache-Limit on file /etc/apt/apt.conf.d/70debconf.

paste this script :
APT::Cache-Limit “100000000″;
next type this command sudo apt-get clean && sudo apt-get update –fix-missing
or u can read this link
now you can continue the installation process application



1. Edit the sources.list file
Code:
sudo gedit / etc / apt / sources.list
2. Add repository backtrack
Code:
deb http://archive.offensive-security.com pwnsauce main microverse macroverse restricted universe multiverse
3. Then add Key via the terminal
Code:
sudo wget -q http://archive.offensive-security.com/backtrack.gpg -O- | sudo apt-key add -
4. Update package list:
Code:
sudo apt-get update
5. Install backtrack application



I just done in my machine...! it eliminates my virtual box instalation...! Thanks For the Ubuntu Forums Geeks Who Helped me On this

0 comments: