Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. root@posankka:~# apt-get purge cups libcupsimage2 libcupsmime1 libcupsppdc1 printer-driver-foo2zjs
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies:
  7. bluez-cups : Depends: cups
  8. cups-client : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
  9. cups-daemon : Depends: libcupsmime1 (>= 1.5.0) but it is not going to be installed
  10. cups-filters-core-drivers : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
  11. cups-ppdc : Depends: libcupsppdc1 (>= 1.4.0) but it is not going to be installed
  12. indicator-printers : Depends: cups (>= 1.5)
  13. libgs9 : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
  14. printer-driver-brlaser : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
  15. printer-driver-c2esp : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
  16. printer-driver-ptouch : Depends: libcupsimage2 (>= 1.4.0) but it is not going to be installed
  17. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  18. root@posankka:~# apt -get -f install
  19. E: Command line option 'g' [from -get] is not understood in combination with the other options.
  20. root@posankka:~# apt-get -f install
  21. Reading package lists... Done
  22. Building dependency tree
  23. Reading state information... Done
  24. Correcting dependencies... failed.
  25. The following packages have unmet dependencies:
  26. bluez-cups : Depends: cups
  27. indicator-printers : Depends: cups (>= 1.5)
  28. libcupsimage2 : Depends: libcups2 (= 2.1.3-4ubuntu0.2) but 2.1.3-4 is installed
  29. libcupsmime1 : Depends: libcups2 (= 2.1.3-4ubuntu0.2) but 2.1.3-4 is installed
  30. libcupsppdc1 : Depends: libcups2 (= 2.1.3-4ubuntu0.2) but 2.1.3-4 is installed
  31. printer-driver-foo2zjs : Depends: cups-filters but it is not installed or
  32. foomatic-filters
  33. Recommends: cups
  34. E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
  35. E: Unable to correct dependencies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement