The Be Sure Blog

Code Snippets | Problem Solving | Tips & Tricks

The Be Sure Blog banner

Installing Google Chrome on a Kali Linux machine

posted on 11.8.2023 by Below Surface in "Kali Linux"

sudo apt-get update
sudo apt-get upgrade -y
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb

Press "y" to install, then run:

google-chrome

Tags:

kali
linux
google chrome
web browser

Sources:

https://www.tecmint.com/install-google-chrome-on-kali-linux/

More posts of this category

Installing Kali Linux on a 2012 Macbook Pro

How to switch from MacOS to Kali Linux on the A1398

Kali Linux

Configure Kali to use the MacBook keyboard

Set up the correct layout and make the cmd button work

Kali Linux

Installing Postman on Kali Linux

Follow these steps to install the API testing tool on Kali

Kali Linux