yum update でconflict

CentOS 6.2でyum updateしようとしたらconflictした。こんな感じ。

Transaction Check Error:
  file /usr/share/fonts/opensymbol/opens___.ttf from install of libreoffice-opensymbol-fonts-1:4.0.4.2-9.el6.noarch conflicts with file from package openoffice.org-opensymbol-fonts-1:3.2.1-19.6.el6_0.5.noarch
  file /usr/bin/unopkg from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-core-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/ooffice from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-brand-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/ooviewdoc from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-brand-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/openoffice.org from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-brand-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/openoffice.org-1.9 from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-brand-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/openoffice.org-2.0 from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-brand-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/soffice from install of libreoffice-core-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-brand-1:3.2.1-19.6.el6_0.5.x86_64
  file /usr/bin/oowriter from install of libreoffice-writer-1:4.0.4.2-9.el6.x86_64 conflicts with file from package openoffice.org-writer-1:3.2.1-19.6.el6_0.5.x86_64

Error Summary
                        • -

どうやらOpenOfficeLibreOfficeというものがぶつかっているらしい。とりあえずOpenOfficeを削除する。

$ sudo yum remove openoffice.org-core.x86_64
$ sudo yum remove openoffice.org-opensymbol-fonts.noarch openoffice.org-ure.x86_64 # なんかcoreを削除しても残った

このあと、

$  yum list installed |grep openoffice

で、openoffice関連が残っていないことを確認したあと、yum updateしたらうまくいった。

LibreOfficeをいれたつもりはないのだが、エラーを見るに、他のインストール済みソフトがLibreOfficeのフォントか何かを利用しているのかな。