https://blog.csdn.net/chenlix/article/details/72526205

1、切换到root:

 

[html] view plain copy
 
  1. su - 或者 sudo -i  

 

2、下载新的软件源定义:

[html] view plain copy
 
  1. cd /etc/yum.repos.d  
  2.   
  3. wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo   

 

3、安装Chromium:

 

[html] view plain copy
 
    1. yum install chromium  
posted on 2018-05-24 17:47  伊凡Ivan  阅读(153)  评论(0编辑  收藏  举报