Ubuntu ボックスを更新しようとすると、次のエラーが発生します:
dpkg: dependency problems prevent configuration of libreoffice-base:
libreoffice-base depends on libreoffice-base-core (= 1:4.2.4~rc2-0ubuntu1~precise3); however:
Version of libreoffice-base-core on system is 1:4.3.0-3ubuntu2~precise1.
libreoffice-base depends on libreoffice-base-drivers (= 1:4.2.4~rc2-0ubuntu1~precise3); however:
Version of libreoffice-base-drivers on system is 1:4.3.0-3ubuntu2~precise1.
libreoffice-base depends on libreoffice-core (= 1:4.2.4~rc2-0ubuntu1~precise3); however:
Version of libreoffice-core on system is 1:4.3.0-3ubuntu2~precise1.
libreoffice-core (1:4.3.0-3ubuntu2~precise1) breaks libreoffice-base (<< 1:4.3.0-3ubuntu2~precise1) and is installed.
Version of libreoffice-base to be configured is 1:4.2.4~rc2-0ubuntu1~precise3.
libreoffice-base-drivers (1:4.3.0-3ubuntu2~precise1) breaks libreoffice-base (<< 1:4.3.0-3ubuntu2~) and is installed.
Version of libreoffice-base to be configured is 1:4.2.4~rc2-0ubuntu1~precise3.
理由はわかりませんが、依存関係が必要なバージョンよりも新しいです。すでに install -f を試しましたが、成功しませんでした。LibreOffice を完全に再インストールせずにこれを修復する方法はありますか?
答え1
ついに、私は自分の状況を解決することができました。Mark Kirby は、次のコマンドを実行することを提案しました:
sudo apt-get remove --purge libreoffice*
...しかし、満たされていない依存関係に関するエラーがまだ発生していました。
しかし、ジョーカーを「上書き」して、コンピューターにインストールされているすべての libreoffice パッケージを書き留めると、次のようにコマンドでエラーが発生しないことがわかりました。
sudo apt-get remove --purge libreoffice-base libreoffice-writer libreoffice-calc
などなど。その後、インストールを再度実行すると、LibreOffice が問題なく復活します。
残念ながら、LibreOfficeの完全な再インストールを意味しない解決策は見つかりませんでした。