Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. myhostname ~ # apt-get clean
  2. myhostname ~ # apt-get upgrade
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. You might want to run 'apt-get -f install' to correct these.
  7. The following packages have unmet dependencies:
  8. kate : Depends: kate-data (>= 4:4.8.4-0ubuntu0.1) but 4:4.8.3-0ubuntu0.1 is installed
  9. katepart : Depends: kate-data (>= 4:4.8.4-0ubuntu0.1) but 4:4.8.3-0ubuntu0.1 is installed
  10. E: Unmet dependencies. Try using -f.
  11. myhostname ~ # 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. kate-data
  18. The following packages will be upgraded:
  19. kate-data
  20. 1 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
  21. 230 not fully installed or removed.
  22. Need to get 1,155 kB of archives.
  23. After this operation, 91.1 kB of additional disk space will be used.
  24. Do you want to continue [Y/n]?
  25. Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main kate-data all 4:4.8.4-0ubuntu0.1 [1,155 kB]
  26. Fetched 1,155 kB in 2s (467 kB/s)
  27. (Reading database ... 125204 files and directories currently installed.)
  28. Preparing to replace kate-data 4:4.8.3-0ubuntu0.1 (using .../kate-data_4%3a4.8.4-0ubuntu0.1_all.deb) ...
  29. Unpacking replacement kate-data ...
  30. dpkg: error processing /var/cache/apt/archives/kate-data_4%3a4.8.4-0ubuntu0.1_all.deb (--unpack):
  31. unable to stat `./usr/share/doc/kde/HTML/en/kate/common' (which I was about to install): Input/output error
  32. Processing triggers for shared-mime-info ...
  33. Unknown media type in type 'all/all'
  34. Unknown media type in type 'all/allfiles'
  35. Unknown media type in type 'uri/mms'
  36. Unknown media type in type 'uri/mmst'
  37. Unknown media type in type 'uri/mmsu'
  38. Unknown media type in type 'uri/pnm'
  39. Unknown media type in type 'uri/rtspt'
  40. Unknown media type in type 'uri/rtspu'
  41. Processing triggers for man-db ...
  42. Processing triggers for hicolor-icon-theme ...
  43. Errors were encountered while processing:
  44. /var/cache/apt/archives/kate-data_4%3a4.8.4-0ubuntu0.1_all.deb
  45. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement