CentOS 7 install Google Chrome

 

Use wget command to grab Google Chrome 73 installer, run:

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

 

Installing Chrome 73 on CentOS 7 desktop

Execute the following yum command:

$ sudo yum localinstall google-chrome-stable_current_x86_64.rpm

 

How do I start Google Chrome 73 stable?

Simply type the following command at your shell prompt:

$ google-chrome &

 

Alternatively, you can start it from GUI itself:

Applications > Internet > Google Chrome

 

How do I upgrade Google Chrome on my CentOS 7 box?

Just run yum command as follows to upgrade Google Chrome:

$ sudo yum update

OR

$ sudo yum upgrade google-chrome-stable

 

Дали Ви помогна овој одговор? 0 Корисниците го најдоа ова како корисно (0 Гласови)