daily pastebin goal
18%
SHARE
TWEET

Ubuntu 15.04 -> Ubuntu 15.04

a guest Oct 23rd, 2015 87 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. apt-get install -f
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following extra packages will be installed:
  7.   libpython3-stdlib python3
  8. Suggested packages:
  9.   python3-doc python3-tk python3-venv
  10. The following packages will be upgraded:
  11.   libpython3-stdlib python3
  12. 2 upgraded, 0 newly installed, 0 to remove and 167 not upgraded.
  13. 6 not fully installed or removed.
  14. Need to get 0 B/15.9 kB of archives.
  15. After this operation, 0 B of additional disk space will be used.
  16. Do you want to continue? [Y/n] Y
  17. Setting up libssl1.0.0:armhf (1.0.2d-0ubuntu1) ...
  18. Checking for services that may need to be restarted...done.
  19. Checking for services that may need to be restarted...done.
  20. Checking init scripts...
  21. dpkg: error processing package libssl1.0.0:armhf (--configure):
  22.  subprocess installed post-installation script returned error exit status 10
  23. dpkg: dependency problems prevent configuration of libpython3.4-minimal:armhf:
  24.  libpython3.4-minimal:armhf depends on libssl1.0.0 (>= 1.0.1); however:
  25.   Package libssl1.0.0:armhf is not configured yet.
  26.  
  27. dpkg: error processing package libpython3.4-minimal:armhf (--configure): dependency problems - leaving unconfigured
  28. dpkg: dependency problems prevent configuration of python3.4-minimal:
  29.  python3.4-minimal depends on libpython3.4-minimal (= 3.4.3-9ubuntu1); however:
  30.   Package libpython3.4-minimal:armhf is not configured yet.
  31.  
  32. dpkg: error processing package python3.4-minimal (--configure):
  33.  dependency problems - leaving unconfigured
  34. dpkg: dependency problems prevent configuration of python3-minimal:
  35.  python3-minimal depends on python3.4-minimal (>= 3.4.3-1); however:
  36.   Package python3.4-minimal is not configured yet.
  37.  
  38. dpkg: error processing package python3-minimal (--configure):
  39.  dependency problems - leaving unconfigured
  40. Errors were encountered while processing:
  41.  libssl1.0.0:armhf
  42.  libpython3.4-minimal:armhf
  43. E: Sub-process /usr/bin/dpkg returned an error code (1)
RAW Paste Data
Top