LibreOfficeの最新リリースは3.6.4ですが、ソフトウェアセンターでは3.6.2しか利用できません。 http://www.libreoffice.org/download/?type=deb-x86&lang=en-GB&version=3.6.4 で利用可能なファイルをインストールしました(そして、はい、32ビット12.10を実行しています)また、付属のReadMeファイルに記載されているインストール手順を完了しています。
cd desktop-integration
Sudo dpkg -i *.deb
その時点で私はエラーを受け取りました:
dpkg: regarding libreoffice3.6-debian-menus_3.6.4-3_all.deb containing libreoffice-debian-menus:
libreoffice-debian-menus conflicts with libreoffice-bundled
libreoffice-core provides libreoffice-bundled and is present and installed.
dpkg: error processing libreoffice3.6-debian-menus_3.6.4-3_all.deb (--install):
conflicting packages - not installing libreoffice-debian-menus
Errors were encountered while processing:
libreoffice3.6-debian-menus_3.6.4-3_all.deb
その後、私は実行しました:
Sudo apt-get remove libreoffice-bundled
最後のコマンドを再起動しました:
Sudo dpkg -i *.deb
今回も失敗しました。
ほとんどの場合、古いlibreofficeインストールからの痕跡が残っているため、これらを削除できます。
Sudo apt-get purge 'libreoffice*'
その後、もう一度ガイドに従ってください。