Installing Chromium Browser On CentOS 6.4

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  http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo
    3. Execute the installation:    

    yum install chromium

Installation completed.

Installing Chromium Browser On CentOS 6.4

时间: 2024-08-09 10:41:59

Installing Chromium Browser On CentOS 6.4的相关文章

[转载]Install Opera 12.16 Web Browser in CentOS/RHEL and Fedora

FROM: http://tecadmin.net/install-opera-web-browser-in-centos-rhel-fedora/ Opera is an modern web browser with modern style with powerful features. Its Off-Road mode compresses pages for faster, all-conditions browsing. It helps you stay online when

Installing MySQL Server on CentOS

MySQL is an open-source relational database. For those unfamiliar with these terms, a database is where an application keeps its data, and relational refers to how the data is organized and accessed within the database. SQL refers to the language use

Installing Lumen -- Red Hat/CentOS

####To install a modern version of PHP on Red Hat and CentOSI recommend using the Webtatic ( https://webtatic.com/ ) yum repository. First, add the repository with the Webtatic release RPM; you should use the repository that matches your specific ver

WSL下使用VcXsrv启动chromium browser及常见错误解析 (ubuntu18.04, 图形界面)

先说结论,解决方法在最后: 启动浏览器实质是启动图形界面,推广到其他GUI程序同样适用. 目前在WSL环境下通过VcXsrv这个X server启动图形界面相对简单,但仍存在兼容性问题,配置仍需完善. 环境: win10系统安装ubuntu18.04的命令行工具(通过Microsoft Store安装) 背景: 正在阅读headfirst C(即嗨翻C语言)的P445,涉及以下关于不同系统启动特定浏览器的代码,用于启动特定浏览器: void open_url(char *url) { char

在CentOS 6.7 64位安装PHP的PDO_OCI扩展 Installing PDO_OCI extension on CentOS 6.7 64bit

需求&背景 最近根据项目需求,要在php中远程连接Oracel 11g Express数据库,为了开发方便,决定采用pdo,也就是php的PDO_OCI扩展,但是php安装的时候并没有安装PDO_OCI扩展,所以现在需要新增一个php扩展. 解决方案 首先上google搜索了一下,找到一片文章:http://shiki.me/blog/installing-pdo_oci-and-oci8-php-extensions-on-centos-6-4-64bit/, 这篇文章讲的很详细,非常感谢作者

CentOS安装Chrome

问题 在CentOS安装Chrome会遇到 libstdc++.so.6(GLIBCXX_3.4.15)(64bit) 依赖失败的问题, 即使下载了最新的libstdc++.so.6(包含GLIBCXX_3.4.15)也解决不了问题. Resolving Dependencies --> Running transaction check ---> Package google-chrome-beta.x86_64 0:35.0.1916.69-1 will be installed --&g

How to Install Laravel PHP Framework on CentOS 7 / Ubuntu 15.04

composer官网:https://getcomposer.org/ laravel官网:https://laravel.com/docs/5.2/installation Hi All, In this article we are going to setup Laravel on CentOS 7 and Ubuntu 15.04. If you are a PHP web developer then you don't need to worry about of all moder

dogecoind在CentOS安装参考

Compiling dogecoind on CentOS There seems to be some collective difficulty installing altcoin programs on CentOS. This shouldn't come as a surprise to anybody who has used CentOS on even a semi-regular basis. Compiling from source can be frustrating

Install Open vSwitch on CentOS

转载:http://cloud-mate.org/2015/06/installing-open-vswitch-centos-cloudstack/ June 5, 2015  Stuart Nelson  CloudStack, Openstack Installing Open vSwitch on CentOS 6.6 I would like to use Open vSwitch on my KVM nodes in my CloudStack deployment. I will