Installing Google Chrome to Linux or Container
Downloading Latest Google Chrome Version#
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Installing Google Chrome#
sudo apt install ./google-chrome-stable_current_amd64.deb
Checking Google Chrome#
google-chrome-stable --version