I am running Ubuntu 16.04 off a USB stick. I have tried to install Chrome via the Software Center and it says installing and then goes back to "install" a second later.
I have also tried via Terminal and have failed. I am fairly new to Ubuntu, but not Linux as a whole.
sudo apt-get install -f
. – Pilot6 Jun 07 '16 at 16:36sudo dpkg -i /path/to/deb/file.deb
in the terminal. – Jonas Czech Jun 07 '16 at 16:36