Advertisement
Guest User

Untitled

a guest
Nov 28th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. matt@lounge-desktop:~$ sudo apt-get install libreoffice
  2. [sudo] password for matt:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. libreoffice is already the newest version.
  7. You might want to run 'apt-get -f install' to correct these:
  8. The following packages have unmet dependencies.
  9. libreoffice-core : Depends: libreoffice-common (> 1:3.6.2~rc2) but it is not going to be installed
  10. libreoffice-filter-binfilter : Depends: libreoffice-common (>= 1:3.4.0~) but it is not going to be installed
  11. libreoffice-java-common : Depends: libreoffice-common but it is not going to be installed
  12. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  13. matt@lounge-desktop:~$ sudo mkdir -p /var/lib/libreoffice/share/prereg
  14. [sudo] password for matt:
  15. matt@lounge-desktop:~$ sudo mkdir -p /var/lib/libreoffice/program/
  16. matt@lounge-desktop:~$ sudo apt-get install -f
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. Correcting dependencies... Done
  21. The following extra packages will be installed:
  22. libreoffice-common
  23. Suggested packages:
  24. libreoffice-style-hicontrast libreoffice-style-crystal
  25. libreoffice-style-oxygen
  26. The following NEW packages will be installed
  27. libreoffice-common
  28. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  29. 20 not fully installed or removed.
  30. Need to get 0 B/16.3 MB of archives.
  31. After this operation, 70.2 MB of additional disk space will be used.
  32. Do you want to continue [Y/n]? y
  33. (Reading database ... 156480 files and directories currently installed.)
  34. Unpacking libreoffice-common (from .../libreoffice-common_1%3a3.6.2~rc2-0ubuntu4_all.deb) ...
  35. dpkg: error processing /var/cache/apt/archives/libreoffice-common_1%3a3.6.2~rc2-0ubuntu4_all.deb (--unpack):
  36. trying to overwrite '/usr/bin/soffice', which is also in package openoffice.org-debian-menus 3.4-9593
  37. rmdir: failed to remove `/var/lib/libreoffice/share/': Directory not empty
  38. rmdir: failed to remove `/var/lib/libreoffice': Directory not empty
  39. rmdir: failed to remove `/var/lib/libreoffice': Directory not empty
  40. Processing triggers for desktop-file-utils ...
  41. Processing triggers for shared-mime-info ...
  42. Processing triggers for gnome-icon-theme ...
  43. Processing triggers for hicolor-icon-theme ...
  44. Processing triggers for man-db ...
  45. Errors were encountered while processing:
  46. /var/cache/apt/archives/libreoffice-common_1%3a3.6.2~rc2-0ubuntu4_all.deb
  47. E: Sub-process /usr/bin/dpkg returned an error code (1)
  48. matt@lounge-desktop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement