Advertisement
souwill

apt-error-debian

Mar 17th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. william@Atendimento002:~$ sudo apt-get upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these.
  6. The following packages have unmet dependencies:
  7. libreoffice-core : Depends: libreoffice-common (> 1:4.3.3) but it is not installed
  8. libreoffice-java-common : Depends: libreoffice-common but it is not installed
  9. E: Unmet dependencies. Try using -f.
  10.  
  11. william@Atendimento002:~$ sudo apt-get -f install
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. Correcting dependencies... Done
  16. The following extra packages will be installed:
  17. libreoffice-common
  18. Suggested packages:
  19. libreoffice-style-crystal libreoffice-style-hicontrast libreoffice-style-oxygen libreoffice-style-sifr libreoffice-style-tango
  20. The following NEW packages will be installed:
  21. libreoffice-common
  22. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  23. 69 not fully installed or removed.
  24. Need to get 0 B/22.3 MB of archives.
  25. After this operation, 81.2 MB of additional disk space will be used.
  26. Do you want to continue? [Y/n] y
  27. (Reading database ... 195661 files and directories currently installed.)
  28. Preparing to unpack .../libreoffice-common_1%3a4.3.3-2+deb8u6_all.deb ...
  29. Unpacking libreoffice-common (1:4.3.3-2+deb8u6) ...
  30. dpkg: error processing archive /var/cache/apt/archives/libreoffice-common_1%3a4.3.3-2+deb8u6_all.deb (--unpack):
  31. trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.3-9783
  32. rmdir: failed to remove ‘/var/lib/libreoffice/share/prereg/’: No such file or directory
  33. rmdir: failed to remove ‘/var/lib/libreoffice/share/’: No such file or directory
  34. rmdir: failed to remove ‘/var/lib/libreoffice/program/’: No such file or directory
  35. rmdir: failed to remove ‘/var/lib/libreoffice’: No such file or directory
  36. rmdir: failed to remove ‘/var/lib/libreoffice’: No such file or directory
  37. Processing triggers for gnome-icon-theme (3.12.0-1) ...
  38. Processing triggers for hicolor-icon-theme (0.13-1) ...
  39. Processing triggers for man-db (2.7.0.2-5) ...
  40. Processing triggers for shared-mime-info (1.3-1) ...
  41. Unknown media type in type 'all/all'
  42. Unknown media type in type 'all/allfiles'
  43. Unknown media type in type 'uri/mms'
  44. Unknown media type in type 'uri/mmst'
  45. Unknown media type in type 'uri/mmsu'
  46. Unknown media type in type 'uri/pnm'
  47. Unknown media type in type 'uri/rtspt'
  48. Unknown media type in type 'uri/rtspu'
  49. Processing triggers for desktop-file-utils (0.22-1) ...
  50. Processing triggers for gnome-menus (3.13.3-6) ...
  51. Processing triggers for mime-support (3.58) ...
  52. Errors were encountered while processing:
  53. /var/cache/apt/archives/libreoffice-common_1%3a4.3.3-2+deb8u6_all.deb
  54. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement