linux - CentOS 中的谷歌浏览器

标签 linux google-chrome centos

在 CentOS 6.5 中,我想安装 Google Chrome,但我遇到了问题。

我了解到这主要是因为 Google 使用的是最新的 Linux 构建系统,该系统会生成向后不兼容的二进制文件。

最佳答案

1) 启用 Google YUM 存储库:

将以下内容添加到 /etc/yum.repos.d/google.repo 文件:

32 位

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

64 位

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

2) 使用 YUM 安装 Google Chrome(作为根用户)

yum install google-chrome-stable

关于linux - CentOS 中的谷歌浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28395617/

相关文章:

linux - Oracle Linux 上的 ocfs2

python - 由于权限问题,django-chronograph 脚本不会从 cron 作业运行或手动运行

python-3.x - Nginx proxy_pass 到 docker 容器不起作用

linux - 如何在我的笔记本电脑上安装whm、cPanel?

linux - 将库(来自汇编文件)与 Makefile 中的 main.c 链接

linux - 重写一个脚本,让它接受选项参数来控制它的行为

javascript - Chrome 在 ckeditor 中使用 insertHtml 跳过 contenteditable 属性

CSS3 动画在 Chrome 中不起作用,而在 Firefox 中起作用

javascript - cancel() 方法的 JS SpeechSynthesis 问题

php - 更新从 cron 调用的 PHP 文件