Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. root@AIT-LTSP:/opt# apt-get dist-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. codeblocks : Depends: codeblocks-common (= 13.12-1) but 13.12-3 is installed
  8. codeblocks-contrib : Depends: libgamin0 but it is not installed
  9. Depends: libwxsmithlib0 (= 13.12-1) but 13.12-3 is installed
  10. Recommends: valgrind but it is not installed
  11. Recommends: cppcheck but it is not installed
  12. Recommends: cscope but it is not installed
  13. Recommends: cccc but it is not installed
  14. codeblocks-dbg : Depends: codeblocks (= 13.12-3) but 13.12-1 is installed
  15. Depends: codeblocks-contrib (= 13.12-3) but 13.12-1 is installed
  16. libwxsmithlib0 : Depends: libcodeblocks0 (= 13.12-3) but 13.12-1 is installed
  17. Recommends: codeblocks-contrib (= 13.12-3) but 13.12-1 is installed
  18. libwxsmithlib0-dev : Depends: libwxsmithlib-dev (= 13.12-3) but it is not installed
  19. E: Unmet dependencies. Try using -f.
  20.  
  21.  
  22. root@AIT-LTSP:/opt# apt-get -f install
  23. Reading package lists... Done
  24. Building dependency tree
  25. Reading state information... Done
  26. Correcting dependencies... Done
  27. The following packages were automatically installed and are no longer required:
  28. libtcl8.5 linux-image-3.13.0-35-generic linux-image-3.13.0-43-generic
  29. linux-image-extra-3.13.0-35-generic linux-image-extra-3.13.0-43-generic
  30. python-pycurl tcl8.5
  31. Use 'apt-get autoremove' to remove them.
  32. The following extra packages will be installed:
  33. codeblocks codeblocks-contrib codeblocks-dev gamin libcodeblocks0 libgamin0
  34. libwxsmithlib-dev
  35. Suggested packages:
  36. libwxgtk2.8-dev wx-common
  37. Recommended packages:
  38. valgrind
  39. The following packages will be REMOVED:
  40. codeblocks-headers
  41. The following NEW packages will be installed:
  42. gamin libgamin0 libwxsmithlib-dev
  43. The following packages will be upgraded:
  44. codeblocks codeblocks-contrib codeblocks-dev libcodeblocks0
  45. 4 upgraded, 3 newly installed, 1 to remove and 34 not upgraded.
  46. 6 not fully installed or removed.
  47. Need to get 0 B/6,674 kB of archives.
  48. After this operation, 402 kB of additional disk space will be used.
  49. Do you want to continue? [Y/n] y
  50. (Reading database ... 322022 files and directories currently installed.)
  51. Preparing to unpack .../codeblocks-dev_13.12-3_amd64.deb ...
  52. Unpacking codeblocks-dev (13.12-3) over (13.12-1) ...
  53. dpkg: error processing archive /var/cache/apt/archives/codeblocks-dev_13.12-3_amd64.deb (--unpack):
  54. trying to overwrite '/usr/include/codeblocks/externaldepsdlg.h', which is also in package codeblocks-headers 13.12-1
  55. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  56. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement