I want to install Google Chrome on Ubuntu but I am not been able to do so.
I know there are answers for my question on other posts but they didn't solve my problem.
Problem is that after I download the google chrome for Debian/Ubuntu but when I click install, nothing happens.
Thanks in advance!
And when i try sudo dpkg -i google-chrome-stable_current_amd64.deb shows: 
And Here is my downloads folder where chrome is present but Ubuntu doesn't detect
cd /tmp wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.debBut it does not install. Even this command does execute but useless
– Anonymous Jun 23 '16 at 05:57sudo apt-get -f installsudo dpkg -i "drop the .deb file"– Mohamed Slama Jun 23 '16 at 06:06sudo dpkg -i Downloads/google-chrome-stable_current_amd64.deb. – muru Jun 23 '16 at 06:08sudo dpkg -ithen press space then drag and drop your file if working that's ok if not download the file again – Mohamed Slama Jun 23 '16 at 06:17