Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. root@pc-desktop:/home/pc# apt-get install cups
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. cups is already the newest version.
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. 3 not fully installed or removed.
  8. After this operation, 0B of additional disk space will be used.
  9. Setting up cups (1.4.3-1ubuntu1.5) ...
  10. update-rc.d: warning: /etc/init.d/cups missing LSB information
  11. update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
  12. /usr/sbin/cupsd: symbol lookup error: /usr/sbin/cupsd: undefined symbol: _httpReadGNUTLS
  13. cups: unable to start scheduler.
  14. invoke-rc.d: initscript cups, action "start" failed.
  15. dpkg: error processing cups (--configure):
  16. subprocess installed post-installation script returned error exit status 1
  17. dpkg: dependency problems prevent configuration of ghostscript-cups:
  18. ghostscript-cups depends on cups; however:
  19. Package cups is not configured yet.
  20. dpkg: error processing ghostscript-cups (--configure):
  21. dependency problems - leaving unconfigured
  22. dpkg: dependency problems prevent configuration of cups-driver-gutenprint:
  23. cups-driver-gutenprint depends on cups (>= 1.3.0); however:
  24. Package cups is not configured yet.
  25. cups-driver-gutenprint depends on ghostscript-cups; however:
  26. Package ghostscript-cups is not configured yet.
  27. dpkg: error processing cups-driver-gutenprint (--configure):
  28. dependency problems - leaving unconfigured
  29. No apport report written because the error message indicates its a followup error from a previous failure.
  30. No apport report written because the error message indicates its a followup error from a previous failure.
  31. Errors were encountered while processing:
  32. cups
  33. ghostscript-cups
  34. cups-driver-gutenprint
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
  36.  
  37. sudo apt-get purge cups && sudo apt-get autoremove
  38. sudo apt-get update && sudo apt-get install cups
  39.  
  40. apt-get install --reinstall cups
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement