Chinaunix首页 | 论坛 | 博客
  • 博客访问: 46156
  • 博文数量: 21
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 100
  • 用 户 组: 普通用户
  • 注册时间: 2014-03-18 23:10
个人简介

A lot of water under the bridge.

文章分类

全部博文(21)

分类: LINUX

2014-03-20 12:50:30

    Installing chrome on CentOS may be infeasible right now, because chrome adopts the technique——C++11 which is unsupported on CentOS.
    But we may choose to install chromium——the open source edition of chrome.    
    And the install procedure is easy as follows:
                              

    1.Get root permission:    sudo -i 
 
    2. Add a new repository:   
        cd /etc/yum.repos.d

        wget 
    3. Execute the installation:    yum install chromium

    Installation completed.


阅读(1143) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~