Many people are questioning how to install google chrome in backtrack.
This time I will tell you how to install google chrome in backtrack 5. Follow the steps below :
1. apt-get install chromium-browser
2. cd /usr/lib/chromium-browser
You can also use synaptic and select the chromium-browser.
3. Replace geteuid to be getppid using hexedit with the following command :
hexedit chromium-browser
Then press tab to switch to the mode string. Then press ctrl+s and type geteuid. Replace geteuid to be getppid then press ctrl+x to exit!
4. Enjoy your google chrome!!!