如何在 Fedora 中卸载 Google Chrome?

tbl*_*ert 2 fedora google-chrome gnome3

昨天我在 GNOME 3 上安装了 Fedora 15 Beta - 它运行良好。但有一个问题是我安装了 32 位 Chrome(这是错误的,应该是 64 位版本),现在我无法卸载它。

我在添加/删除软件中找不到它,我也无法安装正确版本的 Chrome,因为它抱怨我的另一个 Chrome 副本。

任何想法如何删除现有副本并安装 64 位版本?

这是我尝试安装时收到的消息:

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...
Run Code Online (Sandbox Code Playgroud)

The*_*ded 5

打开终端,输入:

rpm -qa | grep chrome
Run Code Online (Sandbox Code Playgroud)

看看能不能找到安装好的Chrome包,如果找到就输入:

rpm -e <chrome package name here>
Run Code Online (Sandbox Code Playgroud)

例如:

rpm -e google-chrome-stable-22.0.1229.94-161065.i386
Run Code Online (Sandbox Code Playgroud)

如果您要查找文件所在的位置,它可能会因发行版而异,但您可以从此处查看流行的答案开始