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