2

Every time I click LibreOffice in the menu, it returns this error:

Failed to execute command "libreoffice --writer %U".Failed to execute child process "libreoffice" (No such file or directory)

When installing LibreOffice, it returns this error:

The following packages have unmet dependencies: libreoffice-core : Depends: libreoffice-common (> 1:3.4.5) but it is not going to be installed libreoffice-java-common : Depends: libreoffice-common but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

I tried to run 'apt-get -f' but it doesn't solve the issue. Any one know what to do?

If its worth mentioning, I tried installing open office, when running 'apt-get -f' it says:

dpkg: error processing /var/cache/apt/archives/libreoffice-common_1%3a3.4.5-0ubuntu1~ppa1_all.deb (--unpack): trying to overwrite '/usr/share/mime/packages/openoffice.org.xml', which is also in package openoffice.org-debian-menus 3.3-9556 No apport report written because MaxReports is reached already

Bruno Pereira
  • 74,715

2 Answers2

1

Please try to install Libre office downloaded from website. Follow the README files in directories for install. It works very well on my Lucid Desktop and automatically integrates with OS GUI.

Misery
  • 3,534
0

"openoffice.org-debian-menus" is not a supported Ubuntu package: https://launchpad.net/ubuntu/+search?text=openoffice.org-debian-menus

You likely installed .deb-files from some third party or PPA and did not cleanly remove those. Do a sudo apt-get purge openoffice.org-debian-menus (and repeat for other leftovers).