spacepaste

  1.  
  2. sudo apt --fix-broken install
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. Correcting dependencies... Done
  7. The following packages were automatically installed and are no longer required:
  8. libpython-all-dev libpython-dev libpython2.7-dev
  9. Use 'sudo apt autoremove' to remove them.
  10. The following additional packages will be installed:
  11. python python2.7
  12. Suggested packages:
  13. python-doc python-tk python2.7-doc
  14. The following NEW packages will be installed:
  15. python python2.7
  16. 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
  17. 3 not fully installed or removed.
  18. Need to get 0 B/529 kB of archives.
  19. After this operation, 1,019 kB of additional disk space will be used.
  20. Do you want to continue? [Y/n] y
  21. Selecting previously unselected package python2.7.
  22. (Reading database ... 295845 files and directories currently installed.)
  23. Preparing to unpack .../python2.7_2.7.15~rc1-1_amd64.deb ...
  24. Unpacking python2.7 (2.7.15~rc1-1) ...
  25. Setting up python-minimal (2.7.15~rc1-1) ...
  26. dpkg: error processing package python-minimal (--configure):
  27. installed python-minimal package post-installation script subprocess returned error exit status 1
  28. Errors were encountered while processing:
  29. python-minimal
  30. E: Sub-process /usr/bin/dpkg returned an error code (1)
  31.