Install Google Chrome inwards Kali Linux:
From our previous postal service (How to Install Google Chrome inwards Kali Linux? – Part 1 – Discussion)we know that nosotros tin sack install Google Chrome inwards ii dissimilar ways:
- Download as well as Install .deb packet from Google.
- Install Google Chrome past times adding Google Repositories
Let’s encounter how they work.
Download as well as Install official .deb packet from Google:
Download Google Chrome official .deb package
Open IceWeasel as well as browse to https://www.google.com/intl/en/chrome/browser/.
Download Google Chrome .deb packages (either 32-bit or 64-bit).
Save it.
If y'all prefer ascendence line, create the followings:
32-bit systems:
Open a final as well as type the following:
wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64-bit systems:
Open a final as well as type the following:
wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install Google Chrome .deb packet inwards Kali Linux
Type the next inwards final to install Google Chrome inwards Kali Linux from your downloaded .deb package.
dpkg -i google-chrome-*.deb
If y'all teach a GPG Key error, y'all tin sack utilization –force
dpkg -i google-chrome-*.deb --force
This vogue y'all tin sack install Google Chrome inwards Kali Linux from a .deb package. Personally, I mean value it’s inconvenient equally y'all won’t live on able to update it via apt-get update/upgrade. Second alternative is a lot amend one:
Install Google Chrome past times adding Official Google Repositories
Add Google GNU Privacy Guard (GPG) Keys:
Before y'all install add together the Apt-Key
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add together -
Add Official Google Repository
Now add together Official Google Chrome Repository:
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
Update Package Manager
apt-get update
Install Official Google Chrome via apt-get
apt-get install google-chrome-stable
and we’re done. We’ve non installed Google Chrome stable free inwards our Kali Linux.
Now deed to the adjacent to discovery out how y'all tin sack run Google Chrome inwards Kali linux
How to Install Google Chrome inwards Kali Linux? – Part three – Running Chrome
This volition explicate next three choices:
- Run Google Chrome equally a Standard user inwards Kali Linux
- Create a Standard non-root user as well as run Google Chrome – See How to add together take away user (standard user/non-root) inwards Kali Linux?
- Run Google Chrome equally Root user inwards Kali Linux
- By modifying /opt/google/chrome/google-chrome file
- Run Google Chrome equally Standard User (while Logged inwards equally root) in Kali Linux
- Run Google Chrome using gksu
- Run Google Chrome using sux
Follow utilization three here: How to Install Google Chrome inwards Kali Linux? – Part three – Running Chrome