daily pastebin goal
30%
SHARE
TWEET

Untitled

a guest May 20th, 2016 78 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@owncloud:/etc/apt/sources.list.d# apt-get purge php7.0-dev
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. Package 'php7.0-dev' is not installed, so not removed
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. root@owncloud:/etc/apt/sources.list.d# apt-get install php7.0-dev
  8. Reading package lists... Done
  9. Building dependency tree      
  10. Reading state information... Done
  11. Some packages could not be installed. This may mean that you have
  12. requested an impossible situation or if you are using the unstable
  13. distribution that some required packages have not yet been created
  14. or been moved out of Incoming.
  15. The following information may help to resolve the situation:
  16.  
  17. The following packages have unmet dependencies:
  18.  php7.0-dev : Depends: libpcre3-dev but it is not going to be installed
  19. E: Unable to correct problems, you have held broken packages.
  20. root@owncloud:/etc/apt/sources.list.d# apt-get purge libpcre3-dev
  21. Reading package lists... Done
  22. Building dependency tree      
  23. Reading state information... Done
  24. Package 'libpcre3-dev' is not installed, so not removed
  25. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  26. root@owncloud:/etc/apt/sources.list.d# apt-get install libpcre3-dev
  27. Reading package lists... Done
  28. Building dependency tree      
  29. Reading state information... Done
  30. Some packages could not be installed. This may mean that you have
  31. requested an impossible situation or if you are using the unstable
  32. distribution that some required packages have not yet been created
  33. or been moved out of Incoming.
  34. The following information may help to resolve the situation:
  35.  
  36. The following packages have unmet dependencies:
  37.  libpcre3-dev : Depends: libpcre3 (= 2:8.38-3.1) but 2:8.38-3.1+deb.sury.org~trusty+3 is to be installed
  38. E: Unable to correct problems, you have held broken packages.
  39. root@owncloud:/etc/apt/sources.list.d# apt-get install libpcre3
  40. Reading package lists... Done
  41. Building dependency tree      
  42. Reading state information... Done
  43. libpcre3 is already the newest version (2:8.38-3.1+deb.sury.org~trusty+3).
  44. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  45. root@owncloud:/etc/apt/sources.list.d#
RAW Paste Data
Top