I just installed Chrome with these instructions on ubuntu 14.04.
sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
But I installed it in my home folder. I'm quite new to Ubuntu and not sure where I'm meant to install it? When I run the 'ls' command in my home folder I see the google-chrome-stable_current_amd64.deb in red.
Can I move it or do I have to delete and reinstall it somewhere else?
(How would I delete it?)
dpkg
doesn't install the software in the directory where it is run is not, per se, because it is run as root, as implied in that answer.) The question here is narrower and I think your comment answers it perfectly. – Eliah Kagan Aug 11 '14 at 14:05