Advertisement
Guest User

Untitled

a guest
Nov 14th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. root@debian:/# apt-get install pastebinit
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. Some packages could not be installed. This may mean that you have
  5. requested an impossible situation or if you are using the unstable
  6. distribution that some required packages have not yet been created
  7. or been moved out of Incoming.
  8. The following information may help to resolve the situation:
  9.  
  10. The following packages have unmet dependencies:
  11. pastebinit : Depends: python3 but it is not going to be installed
  12. Recommends: lsb-release but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14. root@debian:/# aptitude install pastebinit
  15. The following NEW packages will be installed:
  16. dh-python{a} file{a} libexpat1{a} libmagic1{a} libmpdec2{a} libpython-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{ab} libpython3-stdlib{a} libpython3.4-stdlib{ab} lsb-release{a} mime-support{a} pastebinit python{a}
  17. python-minimal{a} python2.7{ab} python2.7-minimal{a} python3{a} python3-minimal{a} python3.4{a} python3.4-minimal{ab}
  18. 0 packages upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
  19. Need to get 7999 kB of archives. After unpacking 38.2 MB will be used.
  20. The following packages have unmet dependencies:
  21. python2.7 : Depends: libpython2.7-stdlib (= 2.7.10-5+b1) but 2.7.10-5 is to be installed.
  22. libpython2.7-stdlib : Depends: libpython2.7-minimal (= 2.7.10-5) but 2.7.10-5+b1 is to be installed.
  23. python3.4-minimal : Depends: libpython3.4-minimal (= 3.4.3-10+b1) but it is not going to be installed.
  24. libpython3.4-stdlib : Depends: libpython3.4-minimal (= 3.4.3-10+b1) but it is not going to be installed.
  25. The following actions will resolve these dependencies:
  26.  
  27. Keep the following packages at their current version:
  28. 1) dh-python [Not Installed]
  29. 2) libpython-stdlib [Not Installed]
  30. 3) libpython2.7-stdlib [Not Installed]
  31. 4) libpython3-stdlib [Not Installed]
  32. 5) libpython3.4-stdlib [Not Installed]
  33. 6) lsb-release [Not Installed]
  34. 7) pastebinit [Not Installed]
  35. 8) python [Not Installed]
  36. 9) python2.7 [Not Installed]
  37. 10) python3 [Not Installed]
  38. 11) python3-minimal [Not Installed]
  39. 12) python3.4 [Not Installed]
  40. 13) python3.4-minimal [Not Installed]
  41.  
  42. Leave the following dependencies unresolved:
  43. 14) libpython2.7-minimal recommends libpython2.7-stdlib
  44. 15) pastebinit recommends lsb-release
  45. 16) python-minimal recommends python
  46. 17) python2.7-minimal recommends python2.7
  47. 18) python3.4-minimal recommends python3.4
  48.  
  49.  
  50. Accept this solution? [Y/n/q/?] ^C^C^Cn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement