Google Chrome installation method when the external software package cannot be installed on fedora 18 January 16, 2013 19:05:55
After the official version of Fedora 18 is installed, the external software package cannot be installed and the message "unsigned" is displayed ".
Fortunately, Google Chrome provides a repo for Fedora.
In this way, we can create a repo first, and then run the command to install it.
The procedure is as follows:
1. Add the google-chrome.repo file under the/etc/yum. Repos. d/directory and enter the followingCode:
[Google-chrome]
Name = Google-chrome-32-bit
Base url = http://dl.google.com/linux/chrome/rpm/stable/i386
Enabled = 1
Gpgcheck = 1
Gpgkey = https://dl-ssl.google.com/linux/linux_signing_key.pub
Save and close.
2. Enter the following command in the terminal:
Sudo Yum install Google-chrome-stable
It's done.