install : CHROME

https://itsfoss.com/install-chrome-ubuntu/

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb


To install Google Chrome from the terminal, get the DEB file using the wget command:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Now you can use dpkg to install Chrome from the downloaded DEB file:

sudo dpkg -i google-chrome-stable_current_amd64.deb

That’s it. Now you can find Google Chrome in the menu and start it from there.