Install chrome on CentOS
When installing CentOS7,
This might be one of application everybody
probably wanna installed.
Google Chrome!
Just few step, you can install it!
1. Add google repo to your yum.
Add content: we are CentOS so...use "rpm" instead.
This might be one of application everybody
probably wanna installed.
Google Chrome!
Just few step, you can install it!
1. Add google repo to your yum.
$ vim /etc/yum.repos.d/google.repo
or$ nano /etc/yum.repos.d/google.repo
Add content: we are CentOS so...use "rpm" instead.
[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
And install!$ sudo yum install google-chrome-stable
Now you can have chrome !
THE END
provide |
Comments
Post a Comment