If you have tried to install google chrome in your Linux but returned with an error message there is a solution for that.
Step 1 : Download Google chrome for Linux
Step 2 : Try to install the downloaded package. If google chrome is installed, you are good to go. If not please follow the next steps.
Step 3 : open your console and Install gdebi with the following command
Step 4 : Enter your password and click enter
Step 5 : After installing gdebi, try installing google chrome with gdebi
If it throws an error "gdebi error, file not found: google-chrome-stable_current_amd64.deb"
proceed to step 6
Step 6 : If the file is in your downloads folder, run this command
If the file is in /tmp, run this command
If you still can't manage, then please enter the correct path where you have downloaded google chrome:
Step 1 : Download Google chrome for Linux
Step 2 : Try to install the downloaded package. If google chrome is installed, you are good to go. If not please follow the next steps.
Step 3 : open your console and Install gdebi with the following command
sudo apt-get install gdebi
Step 4 : Enter your password and click enter
Step 5 : After installing gdebi, try installing google chrome with gdebi
sudo gdebi google-chrome-stable_current_amd64.deb
If it throws an error "gdebi error, file not found: google-chrome-stable_current_amd64.deb"
proceed to step 6
Step 6 : If the file is in your downloads folder, run this command
sudo gdebi ~/Downloads/google*
If the file is in /tmp, run this command
sudo gdebi /tmp/google*.deb
If you still can't manage, then please enter the correct path where you have downloaded google chrome:
Run this command
By now it should automatically read your package and install the deb file (Google chrome). Good luck !
sudo gdebi /tmp/mozilla_user0/google*.deb
By now it should automatically read your package and install the deb file (Google chrome). Good luck !