I want to log in to my Google Chrome browser.
I downloaded the .deb from Google but it would not install. I came to Ask Ubuntu and read that I should download gdebi installer. I did that but I didn't/don't know what else to do.
Then someone said I should install Chromium and I did so.
Now what?
sudo apt-get install chromium
. – pim Nov 30 '17 at 14:03sudo apt install chromium-browser
, sudo is for execution of privileged instruction. But you can do it with the graphical interface, run "Software" then search for "chromium web browser" – pim Nov 30 '17 at 14:31