Linux(Fedora21)安装google chrome浏览器
生活随笔
收集整理的這篇文章主要介紹了
Linux(Fedora21)安装google chrome浏览器
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
2019獨(dú)角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Linux(Fedora21)安裝Google Chrome瀏覽器
qianghaoaho(孤狼)? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1.添加google chrome的源:
?cd /etc/yum.repos.d/ vim chrome.repo添加如下內(nèi)容:?[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? yum makecache更新本地源列表
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2.通過(guò)yum軟件包管理器安裝:
yum install google-chrome-stable ? ? 安裝穩(wěn)定版 yum install google-chrome-beta ? ? ? ?安裝測(cè)試版轉(zhuǎn)載于:https://my.oschina.net/bufferoverflow/blog/689253
總結(jié)
以上是生活随笔為你收集整理的Linux(Fedora21)安装google chrome浏览器的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: python写一个自动登录脚本_Pyth
- 下一篇: linux 安装python_Linux