Title | How to Install Google Chrome on Backtrack 5 |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 21:03 |
Category | backtrack| download| tutorial |
Share |
Google Chrome is an alternative web browser beside Mozilla Firefox. It's
free and open source. But the problem Google Chrome on Backtrack 5 is
Google Chrome can't run in root mode. We know that Backtrack run the
root mode by default. If you run the Google Chrome it won't work. So if
you want to install and run Google Chrome in root this is the tutorial.
Download the Google Chrome first
Access the Chrome directory
And here we go, open chromium-browser with hexaedit to edit the hexa code of chromium-browser
Download the Google Chrome first
apt-get install chromium-browser
Access the Chrome directory
cd /usr/lib/chromium-browser
And here we go, open chromium-browser with hexaedit to edit the hexa code of chromium-browser
hexedit chromium-browser
Search for geteuid and replace with getppid. Press TAB and search (CTRL+S) for geteuid and change it to getppid and press CTRL+X. Try to run the Google Chrome. I hope it will work ;-)