how to download google chrome in ubuntu code example
Example 1: install google chrome ubuntu
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
Example 2: install chrome ubuntu server
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Example 3: how to install google chrome in ubuntu 32-bit
sudo apt-get install chromium-browser