Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. The following packages have unmet dependencies:
  2. php5-fpm : Depends: php5-common (= 5.5.7+dfsg-1+sury.org~quantal+1) but 5.3.10-1ubuntu3 is to be installed
  3. E: Unable to correct problems, you have held broken packages.
  4.  
  5. root@myserv /home/pw # sudo apt-get install php5-common
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. php5-common is already the newest version.
  10. 0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
  11.  
  12. root@myserv /home/pw # sudo apt-get install php5-fpm --fix-missing --fix-broken
  13. Reading package lists... Done
  14. Building dependency tree
  15. Reading state information... Done
  16. Some packages could not be installed. This may mean that you have
  17. requested an impossible situation or if you are using the unstable
  18. distribution that some required packages have not yet been created
  19. or been moved out of Incoming.
  20. The following information may help to resolve the situation:
  21.  
  22. The following packages have unmet dependencies:
  23. php5-fpm : Depends: php5-common (= 5.5.7+dfsg-1+sury.org~quantal+1) but 5.3.10-1ubuntu3 is to be installed
  24. E: Unable to correct problems, you have held broken packages.
  25.  
  26. sudo aptitude install php5-fpm
  27.  
  28. sudo apt-get install aptitude
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement