How to install Chrome browser properly via command line?
Posted
by
Bad Learner
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Bad Learner
Published on 2011-11-14T20:18:07Z
Indexed on
2011/11/20
2:16 UTC
Read the original article
Hit count: 311
Setting up and managing an Ubuntu server all by myself, in coming months, is a part of my current plans. Hence, I am planning a swtich from Windows to Linux - - Ubuntu. I now need to get some grip on the command line, since I am all used to Windows' GUI.
Anyway... the most obvious start is installing apps on my computer, and I thought I should learn to do it via CLI. And this is what I did:
$ apt-cache search chrome browser
the results showed that the proper term is "chrome-browser," so...
$ sudo apt-get install chrome-browser
And then "Y" for the Y/n question.
But the installation threw errors. (I do not have my PC at hand, so can't mention what error exactly.) Does someone see anything wrong with the commands I issued? I am probably missing some command(s) in between, I think.
© Ask Ubuntu or respective owner