I have downloaded google-chrome-beta_current_i386.rpm
from google's site as i have previous knowledge of installing this rpm in fedora 11 by simple "rpm -ivh <file-name>" command but in fedora 12 this command is not working some sort of dependencies problems are there.Here is the error
------------------------------------------------------------------------
#rpm -ivh google-chrome-beta_current_i386.rpm
warning: google-chrome-beta_current_i386.rpm: Header V3 DSA signature: NOKEY, key ID 7fac5991
error: Failed dependencies:
lsb >= 3.2 is needed by google-chrome-beta-5.0.307.9-39052.i386
[root@localhost ~]$ google-chrome-beta_current_i386.rpm
I have set the chormium repositories in the following way
su -
gedit /etc/yum.repos.d/chromium.repo
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
------------------------------------------------------------------------
but this way did not work. Now the errors are
------------------------------------------------------------------------
#yum install google-chrome
Loaded plugins: presto, refresh-packagekit
http://spot.fedorapeople.org/chromiu...ta/repomd.xml: [Errno 14] HTTP Error 404 : http://spot.fedorapeople.org/chromiu...ata/repomd.xml
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-beta.i386 0:5.0.307.9-39052 set to be updated
--> Processing Dependency: lsb >= 3.2 for package: google-chrome-beta-5.0.307.9-39052.i386
--> Running transaction check
---> Package redhat-lsb.i686 0:3.2-7.fc12 set to be updated
--> Processing Dependency: /usr/bin/pax for package: redhat-lsb-3.2-7.fc12.i686
--> Processing Dependency: /usr/bin/foomatic-rip for package: redhat-lsb-3.2-7.fc12.i686
--> Running transaction check
---> Package foomatic.i686 0:4.0.3-8.fc12 set to be updated
--> Processing Dependency: foomatic-db for package: foomatic-4.0.3-8.fc12.i686
---> Package pax.i686 0:3.4-10.fc12 set to be updated
--> Running transaction check
---> Package foomatic-db.noarch 0:4.0-8.20091126.fc12 set to be updated
--> Processing Dependency: foomatic-db-ppds = 4.0-8.20091126.fc12 for package: foomatic-db-4.0-8.20091126.fc12.noarch
--> Processing Dependency: foomatic-db-filesystem = 4.0-8.20091126.fc12 for package: foomatic-db-4.0-8.20091126.fc12.noarch
--> Running transaction check
---> Package foomatic-db-filesystem.noarch 0:4.0-8.20091126.fc12 set to be updated
---> Package foomatic-db-ppds.noarch 0:4.0-8.20091126.fc12 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
google-chrome-beta i386 5.0.307.9-39052 chromium 16 M
Installing for dependencies:
foomatic i686 4.0.3-8.fc12 updates 241 k
foomatic-db noarch 4.0-8.20091126.fc12 updates 1.0 M
foomatic-db-filesystem noarch 4.0-8.20091126.fc12 updates 4.4 k
foomatic-db-ppds noarch 4.0-8.20091126.fc12 updates 19 M
pax i686 3.4-10.fc12 fedora 67 k
redhat-lsb i686 3.2-7.fc12 fedora 26 k
Transaction Summary
================================================================================
Install 7 Package(s)
Upgrade 0 Package(s)
Total size: 36 M
Total download size: 16 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 16 M
http://spot.fedorapeople.org/chromiu...9052.i386.rpm: [Errno 14] HTTP Error 404 : http://spot.fedorapeople.org/chromiu...39052.i386.rpm
Trying other mirror.
Error Downloading Packages:
google-chrome-beta-5.0.307.9-39052.i386: failure: google-chrome-beta-5.0.307.9-39052.i386.rpm from chromium: [Errno 256] No more mirrors to try.
------------------------------------------------------------------------
NOW WHAT TO DO PLEASE HELP ME
Thanks in advance