Answers for "command to install google chrome in kali linux"

30

install google chrome linux

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Posted by: Guest on June-28-2020
1

how to downlaod and install chrome in kali linux

please subscribe my channel - https://bit.ly/2Me2CfB

apt update
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome-stable_current_amd64.deb
Posted by: Guest on July-17-2021

Code answers related to "command to install google chrome in kali linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language