Using Terminal Command:
1) Get the Chrome Installer.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2) Run the installer.
sudo dpkg -i google-chrome-stable_current_amd64.deb
or
sudo apt install ./google-chrome-stable_current_amd64.deb
3) Fix broken installation
The installation may fail half way through with an error message:
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Type command:
apt --fix-broken install
Once the system is fixed, re-run installation.
4) Find the chrome launcher in the menu.
No comments:
Post a Comment