Advertisement
unclemusclez

pt2

Jun 25th, 2015
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.36 KB | None | 0 0
  1. root@ubuntu:/# sudo apt-get upgrade
  2. E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
  3. root@ubuntu:/# sudo dpkg --configure -a
  4. Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
  5. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  6. Setting up libpython3.4-minimal:amd64 (3.4.0-2ubuntu1.1) ...
  7. Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
  8. Rebuilding /usr/share/applications/bamf-2.index...
  9. Setting up python3.4-minimal (3.4.0-2ubuntu1.1) ...
  10. update-binfmts: warning: Couldn't load the binfmt_misc module.
  11. Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
  12. dpkg: dependency problems prevent configuration of python2.7-dev:
  13. python2.7-dev depends on python2.7 (= 2.7.6-8ubuntu0.2); however:
  14.  Version of python2.7 on system is 2.7.6-8.
  15. python2.7-dev depends on libpython2.7-dev (= 2.7.6-8ubuntu0.2); however:
  16.  Version of libpython2.7-dev:amd64 on system is 2.7.6-8.
  17. python2.7-dev depends on libpython2.7 (= 2.7.6-8ubuntu0.2); however:
  18.  Version of libpython2.7:amd64 on system is 2.7.6-8.
  19.  
  20. dpkg: error processing package python2.7-dev (--configure):
  21. dependency problems - leaving unconfigured
  22. Setting up libpython3.4-stdlib:amd64 (3.4.0-2ubuntu1.1) ...
  23. Processing triggers for mime-support (3.54ubuntu1.1) ...
  24. Setting up libpython3.4:amd64 (3.4.0-2ubuntu1.1) ...
  25. Setting up python3.4 (3.4.0-2ubuntu1.1) ...
  26. Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
  27. Errors were encountered while processing:
  28. python2.7-dev
  29. root@ubuntu:/# sudo apt-get purge python2.7-dev
  30. Reading package lists... Done
  31. Building dependency tree      
  32. Reading state information... Done
  33. You might want to run 'apt-get -f install' to correct these:
  34. The following packages have unmet dependencies:
  35. python-dev : Depends: python2.7-dev (>= 2.7.5-1~) but it is not going to be installed
  36. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  37. root@ubuntu:/# sudo apt-get remove python2.7-dev
  38. Reading package lists... Done
  39. Building dependency tree      
  40. Reading state information... Done
  41. You might want to run 'apt-get -f install' to correct these:
  42. The following packages have unmet dependencies:
  43. python-dev : Depends: python2.7-dev (>= 2.7.5-1~) but it is not going to be installed
  44. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement