2
Yesterday I installed Fedora 15 Beta with GNOME 3 - it works well. One problem though is that I installed Chrome 32-bit (which was wrong, should have been the 64-bit version) and now I can't uninstall it.
I can't find it in Add/Remove Software, and I also can't install the correct version of Chrome because it complains about my other copy of Chrome.
Any ideas how I can remove the existing copy and get the 64-bit version installed?
Here's the message I get when trying to install:
Test Transaction Errors: file /etc/cron.daily/google-chrome from install of google-chrome-stable-11.0.696.65-84435.x86_64 conflicts with file from package google-chrome-stable-11.0.696.65-84435.i386
file /opt/google/chrome/chrome from install of google-chrome-stable-11.0.696.65-84435.x86_64 conflicts with file from package google-chrome-stable-11.0.696.65-84435.i386
file /opt/google/chrome/chrome-sandbox from install of google-chrome-stable-11.0.696.65-84435.x86_64 conflicts with file from package google-chrome-stable-11.0.696.65-84435.i386
file /opt/google/chrome/libffmpegsumo.so from install of google-chrome-stable-11.0.696.65-84435.x86_64 conflicts with file from package google-chrome-stable-11.0.696.65-84435.i386
file /opt/google/chrome/libpdf.so from install of google-chrome-stable-11.0.696.65-84435.x86_64 conflicts with file from package google-chrome-stable-11.0.696.65-84435.i386
file /opt/google/chrome/libppGoogleNaClPluginChrome.so from install of google-chrome-stable-11.0.696.65-84435.x8...
Hm, thank you! I found google chrome and when I tried rpm -e ... it says "package google-chrome-stable-11.0.696.65-84435.i368 is not installed" – tbleckert – 2011-05-10T20:09:10.793
1Very strange. Can you try
rpm --rebuilddb
, then double checkrpm -qa
to see if it's still there, then try the uninstall again? Make sure you spelled the package correctly ;)Not sure this would help either, but you could also try the
rpm -e --nodeps
flag, to ignore dependencies.If this doesn't work, for the x64 install, you can try adding the --force switch to see if it will overwrite 32's files. – TheEmpireNeverEnded – 2011-05-10T20:25:42.370
1Haha damnit! I spelled it wrong :/ It works now, had to use sudo tho. Thanks for the help! – tbleckert – 2011-05-10T20:59:52.213
It happens to the best of us. And the worst of us. Pretty much all of us. Glad it's working for you now though. – TheEmpireNeverEnded – 2011-05-10T21:10:03.457
Thanks and stay tuned, I'm sure there will be more questions soon...he he – tbleckert – 2011-05-10T21:13:06.720
Also, if you run into issues and you don't get a quick or decisive answer from superuser, try hitting up http://unix.stackexchange.com/ It's a bit more focused so you will have more nix gurus looking at it (and not just Linux peons like myself :)
– TheEmpireNeverEnded – 2011-05-11T11:59:02.5671Thank you!
rpm -qa | grep chrome
can be handy here. – eisberg – 2011-09-05T20:18:48.307