OpenOfficeをインストールしましたが、古いファイルがLibreOfficeを使用している可能性があることに気付きました。なぜなら、それらに含まれていた関数が突然エラーを返したからです。
そこで、OpenOfficeをLibreOfficeに置き換えるために website のステップに従いました。
Sudo apt-get autoremove openoffice.org-*
Sudo add-apt-repository ppa:libreoffice/ppa
Sudo apt-get update
Sudo apt-get install libreoffice
メニューとファイルをチェックすると、OpenOfficeが開いたままで、LibreOfficeショートカットがメニューにありますが、機能しないため、おそらく何か間違ったことをしました。
ここで、OpenOfficeを削除するために見つけたすべての手順を試してみてください。apt-get
は次のようなものを返しているようです(現在の手順は私のステップを追跡しようとしており、動作しません):
bigaisdgood1@HP-Aaron:~$ Sudo apt-get remove --purge libreoffice
[Sudo] password for bigaisdgood1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libreoffice-core : Depends: libreoffice-common (> 1:5.1.2~rc2) but it is not going to be installed
libreoffice-Java-common : Depends: libreoffice-common (= 1:5.1.2~rc2-0ubuntu1~wily0) but it is not going to be installed
libreoffice-style-elementary : Depends: libreoffice-common (= 1:5.1.2~rc2-0ubuntu1~wily0) but it is not going to be installed
libreoffice-style-galaxy : Depends: libreoffice-common (= 1:5.1.2~rc2-0ubuntu1~wily0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Sudo apt-get -f install
はこれを返します。
bigaisdgood1@HP-Aaron:~$ Sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libreoffice-common
Suggested packages:
libreoffice-style-breeze libreoffice-style-hicontrast
libreoffice-style-human libreoffice-style-oxygen libreoffice-style-sifr
libreoffice-style-tango
The following NEW packages will be installed:
libreoffice-common
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
21 not fully installed or removed.
Need to get 0 B/22.5 MB of archives.
After this operation, 84.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 166759 files and directories currently installed.)
Preparing to unpack .../libreoffice-common_1%3a5.1.2~rc2-0ubuntu1~wily0_all.deb ...
Unpacking libreoffice-common (1:5.1.2~rc2-0ubuntu1~wily0) ...
dpkg: error processing archive /var/cache/apt/archives/libreoffice-common_1%3a5.1.2~rc2-0ubuntu1~wily0_all.deb (--unpack):
trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.2-9782
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 desktop-file-utils (0.22-1ubuntu3) ...
Processing triggers for mime-support (3.58ubuntu1) ...
Processing triggers for shared-mime-info (1.3-1) ...
Processing triggers for gnome-icon-theme (3.12.0-1ubuntu2) ...
Processing triggers for gnome-icon-theme-full (3.12.0-1ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for man-db (2.7.4-1) ...
Errors were encountered while processing:
/var/cache/apt/archives/libreoffice-common_1%3a5.1.2~rc2-0ubuntu1~wily0_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
OpenOfficeを削除してからLibreOfficeを使用するにはどうすればよいですか?
これは、Lubuntu 15.10、64ビットです。
管理パネルでソフトウェアとアップデートをチェックインし、たとえば、PPAを無効にします。次に、Ubuntu Software Centerからlibre officeをインストールします。
またはターミナルで:
apt-get update Sudo apt-get -f install Sudo apt-get purge openoffice.org-* Sudo apt-get purge libreoffice * Sudo add -apt-repository -r ppa:libreoffice/ppa apt-get update sudo apt-get install libreoffice *
librofficeの新しいバージョンのためにそのppaにリレーしたい場合は、再度追加できます。
Sudo add-apt-repository ppa:libreoffice/ppa apt-get update Sudo apt-get upgrade
そのため、libreoffficeには依存関係が満たされていませんが、インストールを強制して修正することはできません。 Debianのパッケージマネージャーdpkg(xbuntuのパッケージマネージャーでもあります)は驚異的ですが、完璧ではありません。 libreofficeとopenofficeの両方を削除し、新たに開始します。の結果は何ですか
Sudo find / -iname "openoffice"*
正常にパージした場合、何も表示されません。また、openofficeがデフォルトのアプリケーションではないことを確認してください。
将来的には、シナプスパッケージマネージャーの使用を強くお勧めします。 dpkgの優れたGUIです。