Chrome is a web browser that was developed by the Google
Step 1
to intall chrome, we need to update our terminal that is
sudo apt update
Step 2
Next step is to check the version
wget --version
if it is not coming then try another way
sudo apt insatall wget
Step 3
installation process
wget https:dl.google.com/linux/direcct/google.chrome.stable_current_amd64.deb
ls
sudo dpkg .i google.chrome.stable_current_amd64.deb
Step 4
To run the chrome enter the command as
google-chrome
Top comments (0)