I recently downloaded Chrome on Ubuntu 14.04 LTS. After extraction, google-chrome-stable
(from chrome->usr->bin->...
) says
the link "google-chrome-stable" is broken and its target "/opt/google/chrome/google-chrome" doesn't exist ...
What should I do?
*.deb
file you downloaded, you may not extract it, but install it using the terminal (open with CTRL+ALT+T) commandsudo dpkg -i /path/to/file.deb
. – Byte Commander Oct 21 '15 at 19:03