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  

相关文章:

  • 2021-12-17
  • 2021-09-09
  • 2021-09-27
  • 2021-05-13
  • 2021-07-17
  • 2021-10-02
  • 2022-01-22
  • 2021-11-06
猜你喜欢
  • 2021-10-26
  • 2021-07-22
  • 2022-02-08
  • 2022-12-23
  • 2021-12-03
  • 2021-12-10
相关资源
相似解决方案