Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. $ sudo apt-get upgrade
  2.  
  3. You might want to run 'apt-get -f install' to correct these.
  4. The following packages have unmet dependencies:
  5. libldap-2.4-2 : Breaks: libldap-2.4-2:i386 (!= 2.4.28-1.1ubuntu4.2) but 2.4.28-1.1ubuntu4.3 is installed
  6. libldap-2.4-2:i386 : Breaks: libldap-2.4-2 (!= 2.4.28-1.1ubuntu4.3) but 2.4.28-1.1ubuntu4.2 is installed
  7. E: Unmet dependencies. Try using -f.
  8.  
  9. $ sudo apt-get -f install
  10.  
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Correcting dependencies... Done
  15. The following packages were automatically installed and are no longer required:
  16. libunistring0:i386 linux-headers-3.2.0-29 linux-headers-3.2.0-40
  17. linux-headers-3.2.0-29-generic libgomp1:i386 libcroco3:i386
  18. linux-headers-3.2.0-40-generic libgettextpo0:i386
  19. Use 'apt-get autoremove' to remove them.
  20. The following extra packages will be installed:
  21. libldap-2.4-2
  22. The following packages will be upgraded:
  23. libldap-2.4-2
  24. 1 upgraded, 0 newly installed, 0 to remove and 72 not upgraded.
  25. 2 not fully installed or removed.
  26. Need to get 0 B/185 kB of archives.
  27. After this operation, 0 B of additional disk space will be used.
  28. Do you want to continue [Y/n]?
  29. dpkg: error processing libldap-2.4-2 (--configure):
  30. libldap-2.4-2:amd64 2.4.28-1.1ubuntu4.2 cannot be configured because libldap-2. 4-2:i386 is in a different version (2.4.28-1.1ubuntu4.3)
  31. dpkg: error processing libldap-2.4-2:i386 (--configure):
  32. libldap-2.4-2:i386 2.4.28-1.1ubuntu4.3 cannot be configured because libldap-2.4 -2:amd64 is in a different version (2.4.28-1.1ubuntu4.2)
  33. Errors were encountered while processing:
  34. libldap-2.4-2
  35. libldap-2.4-2:i386
  36. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement