Unable to install chromium in my centOS

此生再无相见时 提交于 2019-12-04 13:13:56
Rahul R Dhobi

execute following commands (with root or sudoers privilege)

cd /etc/yum.repos.d                                                   ##Moving to a certain directory
wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo   ##Download the chromium package
yum install chromium                                                  ##Install the chromium packages in the mentioned directory

Late answer and not the desired solution, but I've installed Chrome on CentOS 7 using:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo yum install google-chrome-stable_current_x86_64.rpm

Latest Google Chrome no longer supports 6.x. You need CentOS 7.x.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!