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 - \$basearch 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
B. Install Google Chrome
To install Google Chrome, use this command
yum install google-chrome-stable
Done.
时间: 2024-09-30 05:30:51