In this blog post, I’m going to demonstrate step by step how to install & Configure Google Chrome on Kali Linux Version 2, this may be done on previous versions without any issues.
Softwares I used:
Kali Linux: Kali Linux ver 2.0 x64
Gdebi: gdebi-0.9.5.5+nmu1
Google Chrome: google-chrome-stable_current_i386.deb
Let’s begin:
Installing required Dependencies:
– Update OS:
– Install GDebi:
Downloading & Installing Google Chrome:
– Download latest version of Google chromes .deb (Debian) file with i386 architecture.
– Install Google Chrome:
– Make Temp Data Directory:
# chmod 777 /opt/chrome
general protection ip:efc23aa3 sp:ffdf6870 error:0
Solution:
– Edit Chrome Config File to run it under Root user as well.
-Set following line:
exec -a “$0” “$HERE/chrome” “$@”
TO:
exec -a “$0” “$HERE/chrome” “$@” –no-sandbox –user-data-dir=/opt/chrome