zoukankan      html  css  js  c++  java
  • Fedora 安装 Chrome

    Steps:

    yum install redhat-lsb
    yum install wget
    yum install libXScrnSaver

    Enable Google YUM repository

    Add following to /etc/yum.repos.d/google-chrome.repo file:
    32-bit

    [google-chrome]
    name=google-chrome - 32-bit
    baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
    enabled=1
    gpgcheck=1
    gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

    64-bit

    [google-chrome]
    name=google-chrome - 64-bit
    baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
    enabled=1
    gpgcheck=1
    gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

    Note: Both 32-bit and 64-bit repos can be placed in the same file.

    Install Google Chrome with YUM (as root user)

    Install Google Chrome Stable Version

    ## Install Google Chrome Stable version ##
    yum install google-chrome-stable

    Install Google Chrome Beta Version

    ## Install Google Chrome Beta version ##
    yum install google-chrome-beta

    Install Google Chrome Unstable Version

    ## Install Google Chrome Unstable version ##
    yum install google-chrome-unstable

    Fedora 15 64 bit Google Chrome with Adobe Flash and Oracle Java

    Google Chrome Beta Web Browser on Fedora 12

    Fedora 12 Google Chrome Beta

    Google Chrome Unstable Web Browser on Red Hat (RHEL) 6

    Red Hat 6 (rhel) Google Chrome Unstable

  • 相关阅读:
    [翻译] Blocks and Variables
    UIView独占响应事件
    iOS中block类型大全
    Erlang入门(二)—并发编程
    Erlang入门(一)
    学习Erlang--1、入门
    一位Erlang程序员的自白
    安装ejabberd2并配置MySQL为其数据库
    JDBC 与ODBC的区别
    ejabberd的多域名(domain)设置
  • 原文地址:https://www.cnblogs.com/JavaTechLover/p/2828970.html
Copyright © 2011-2022 走看看