chrome for ubuntu code example
Example 1: 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
Example 2: sudo apt-install chrome
sudo apt install ./google-chrome-stable_current_amd64.deb
Example 3: linux install chrome command line
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Example 4: ubuntu chrome
sudo dpkg -i google-chrome-stable_current_amd64.deb