Results 1 to 4 of 4
hai.,
When i am doing a install a google* its showing updated but i am not c application in googlechorme beta .. kindly help from this issue..
There is no ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-23-2011 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 31
while installng google chrome.But i am not able to find out the chrome
hai.,
When i am doing a install a google* its showing updated but i am not c application in googlechorme beta .. kindly help from this issue..
There is no icon in my Application->internet->googlechrome
in yum.repos.d.chromium.repo have this content
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
[root@localhost etc]# yum install google*
Loaded plugins: refresh-packagekit
Setting up Install Process
Package google-chrome-beta-8.0.552.200-65749.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.i386 0:7.0.517.44-64615 set to be updated
---> Package google-chrome-unstable.i386 0:9.0.576.0-65344 set to be updated
---> Package google-desktop-linux.i386 0:1.2.0-0088 set to be updated
---> Package google-droid-fonts-common.noarch 0:1.0.112-6.fc11 set to be updated
---> Package google-droid-sans-fonts.noarch 0:1.0.112-6.fc11 set to be updated
---> Package google-droid-sans-mono-fonts.noarch 0:1.0.112-6.fc11 set to be updated
---> Package google-droid-serif-fonts.noarch 0:1.0.112-6.fc11 set to be updated
---> Package google-gadgets.i586 0:0.11.2-2.fc11 set to be updated
---> Package google-gadgets-devel.i586 0:0.11.2-2.fc11 set to be updated
---> Package google-gadgets-gtk.i586 0:0.11.2-2.fc11 set to be updated
---> Package google-gadgets-qt.i586 0:0.11.2-2.fc11 set to be updated
---> Package google-perftools.i586 0:1.4-1.fc11 set to be updated
--> Processing Dependency: libunwind.so.7 for package: google-perftools-1.4-1.fc11.i586
---> Package google-perftools-devel.i586 0:1.4-1.fc11 set to be updated
--> Running transaction check
---> Package libunwind.i586 0:0.99-0.9.20090413betagitb483ea3f.fc11 set to be updated
--> Processing Conflict: google-chrome-beta-8.0.552.200-65749.i386 conflicts google-chrome-unstable
--> Processing Conflict: google-chrome-beta-8.0.552.200-65749.i386 conflicts google-chrome-stable
--> Processing Conflict: google-chrome-stable-7.0.517.44-64615.i386 conflicts google-chrome-unstable
--> Processing Conflict: google-chrome-stable-7.0.517.44-64615.i386 conflicts google-chrome-beta
--> Processing Conflict: google-chrome-unstable-9.0.576.0-65344.i386 conflicts google-chrome-stable
--> Processing Conflict: google-chrome-unstable-9.0.576.0-65344.i386 conflicts google-chrome-beta
--> Finished Dependency Resolution
google-chrome-unstable-9.0.576.0-65344.i386 from google has depsolving problems
--> google-chrome-unstable conflicts with google-chrome-stable
google-chrome-unstable-9.0.576.0-65344.i386 from google has depsolving problems
--> google-chrome-unstable conflicts with google-chrome-beta
google-chrome-stable-7.0.517.44-64615.i386 from google has depsolving problems
--> google-chrome-stable conflicts with google-chrome-unstable
google-chrome-beta-8.0.552.200-65749.i386 from installed has depsolving problems
--> google-chrome-beta conflicts with google-chrome-unstable
google-chrome-beta-8.0.552.200-65749.i386 from installed has depsolving problems
--> google-chrome-beta conflicts with google-chrome-stable
google-chrome-stable-7.0.517.44-64615.i386 from google has depsolving problems
--> google-chrome-stable conflicts with google-chrome-beta
Error: google-chrome-stable conflicts with google-chrome-beta
Error: google-chrome-unstable conflicts with google-chrome-beta
Error: google-chrome-beta conflicts with google-chrome-stable
Error: google-chrome-unstable conflicts with google-chrome-stable
Error: google-chrome-stable conflicts with google-chrome-unstable
Error: google-chrome-beta conflicts with google-chrome-unstable
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
regards
saravanan G
- 09-23-2011 #2
Sorry, but I'm not sure I understand the question.
Is there a specific program you are wanting to install?
Have you tried these? If so, any errors?You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigestJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 09-23-2011 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,685
I don't have the google repo installed, but it appears that when you ask yum for google-*, it is including conflicting types of packages, all named google-whatever (e.g., google-chrome-stable and google-chrome-unstable). Try installing a specific package and see if that works, e.g.:
Code:yum install google-chrome-stable
- 09-23-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,156
There are typically three chrome versions in the repository: stable, beta, and unstable - I generally recommend installing the stable one only. Do this: yum install google-chrom-stable
Trying to install all of them as you did will result in the sort of problems and errors you encountered.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
