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
sudo apt-get -f install
? What is the error message, or is there none? – user unknown Jan 19 '12 at 22:10Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Unknown media type in type 'interface/x-winamp-skin' Errors were encountered while processing: /var/cache/apt/archives/libreoffice-common_1%3a3.4.5-0ubuntu1~ppa1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dominic Jordan Hasford Jan 19 '12 at 22:14sudo apt-get clean
, and asudo apt-get autoclean
wouldn't hurt. Then try installing again. If that doesn't work have a look at http://askubuntu.com/questions/39852/how-to-remove-warnings-like-unknown-media-type and http://askubuntu.com/questions/81263/how-to-i-fix-software-center-after-installing-the-linux-mint-mate-desktop – cosmorogers Jan 19 '12 at 22:37