Linux

How to Install Google Chrome in Linux



In this video, I am going to show you how to Install Google Chrome in linux gui and also show how to install it by terminal.

Commands to install google chrome using terminal

sudo su
apt-get update
apt-get install wget
wget
apt install ./google-chrome-stable_current_amd64.deb
whereis google-chrome
google-chrome



source

Related Articles

Leave a Reply

Back to top button