首页 > 代码库 > Fedora 21 install chrome
Fedora 21 install chrome
Steps to install Google Chrome on Fedora 21
A. Create google-chrome.repo file
Use this command to create google-chrome.repo file under /etc/yum.repos.d
su
yum install nano
nano /etc/yum.repos.d/google-chrome.repo
Then add the following lines to the new file
[google-chrome]name=google-chrome - \$basearchbaseurl=http://dl.google.com/linux/chrome/rpm/stable/\$basearchenabled=1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
B. Install Google Chrome
To install Google Chrome, use this command
yum install google-chrome-stable
Done.
Fedora 21 install chrome
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。