如何为Google Chrome浏览器创建存储库? [英] How can I do the repository for google chrome?

查看:103
本文介绍了如何为Google Chrome浏览器创建存储库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是CentOS版本6.我需要安装谷歌浏览器。当我搜索终端yum命令时,我发现:



(步骤1:启用Google YUM存储库



创建一个名为/etc/yum.repos.d/google-chrome.repo的文件,并为其添加以下代码行。



[google-chrome ]

name = google-chrome

baseurl = http://dl.google.com/linux/chrome/rpm/stable/$basearch

enabled = 1

gpgcheck = 1

gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub)



但是在第一步中我需要知道我如何为GOOGLE CHROME创建一个存储库。有人可以帮忙吗?

I am using CentOS version 6. I need to install google chrome. When I searched for the terminal yum commands i foud this:

(Step 1: Enable Google YUM repository

Create a file called /etc/yum.repos.d/google-chrome.repo and add the following lines of code to it.

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

But in the first step I am in need to know HOW CAN I CREATE A REPOSITORY FOR GOOGLE CHROME. Can some one help?

推荐答案

basearch

启用= 1

gpgcheck = 1

gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub)



但是在第一步我需要知道我如何为GOOGLE CHROME创建一个存储库。有人可以帮忙吗?
basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub)

But in the first step I am in need to know HOW CAN I CREATE A REPOSITORY FOR GOOGLE CHROME. Can some one help?


这篇关于如何为Google Chrome浏览器创建存储库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆