How to install google chrome
10:34 AM
By
Unknown
Uncategorized
0
commentaires
To install chromium browser in Backtrack, you have to go through these following steps:
root@bt:~# apt-get install chromium-browser
now, chrome is installed in your system, but there is a little problem !!! you want be able to run it as "root". You can fix it this way:
root@bt:~# cd /usr/lib/chromium-browser
root@bt:~# hexedit chromium-browser
-Tab "ctrl s", type geteuid and press "enter"
-Replace "geteuid" with "getppid" then press "ctrl x"
Now, you should be able to run chrome as root.
0 commentaires: