I am trying to install Google Chrome,for that I downloaded a google-chrome-stable_current_i386.deb file.
When I try to install using install
in terminal
sudo install google-chrome-stable_current_i386.deb
It gives following error.
install: missing destination file operand after ‘google-chrome-stable_current_i386.deb’
Try 'install --help' for more information.
Package libappindicator1 is not installed.
. So I have to download all dependencies too offline, if I am not having network on the target machine? – Mahesha999 Jul 12 '17 at 14:32