web-dev-qa-db-ja.com

パッケージをインストールできません

Apt-getでパッケージをインストールできません。次のエラーが表示されます。

 trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1-9764
rmdir: failed to remove ‘/var/lib/libreoffice/share/prereg/’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice/share/’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice/program/’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice’: No such file or directory
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libreoffice-common_1%3a4.2.6.3-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

私がインストールしようとしているパッケージごとに。

私は以下の議論に従ってみました: http://ubuntuforums.org/showthread.php?t=1889732libreoffice 4-0のインストールエラー

しかし、成功しませんでした。

誰でも助けることができますか?


わかった、ありがとう。私は実行して解決しました:

Sudo apt-get remove --purge libreoffice-core libreoffice-common python3-uno libreoffice-*

何らかの理由で各パッケージを個別に削除できませんでしたが、同じコマンドで-動作しました

3
Ariel Berg

OPは問題を自分で解決しました 質問内

私は実行して解決しました:

Sudo apt-get remove --purge libreoffice-core libreoffice-common python3-uno libreoffice-*

何らかの理由で各パッケージを個別に削除できませんでしたが、同じコマンドで-動作しました

2
Seth