Advertisement
Guest User

Untitled

a guest
Feb 21st, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. Generating grub configuration file ...
  2. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
  3. Found linux image: /boot/vmlinuz-3.19.0-49-generic
  4. Found initrd image: /boot/initrd.img-3.19.0-49-generic
  5. Found linux image: /boot/vmlinuz-3.19.0-25-generic
  6. Found initrd image: /boot/initrd.img-3.19.0-25-generic
  7. Found memtest86+ image: /boot/memtest86+.elf
  8. Found memtest86+ image: /boot/memtest86+.bin
  9. done
  10. dpkg: dependency problems prevent configuration of linux-generic-lts-vivid:
  11. linux-generic-lts-vivid depends on linux-headers-generic-lts-vivid (= 3.19.0.49.34); however:
  12. Version of linux-headers-generic-lts-vivid on system is 3.19.0.25.12.
  13.  
  14. dpkg: error processing package linux-generic-lts-vivid (--configure):
  15. dependency problems - leaving unconfigured
  16. Setting up linux-image-extra-3.19.0-49-generic (3.19.0-49.55~14.04.1) ...
  17. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  18. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  19. update-initramfs: Generating /boot/initrd.img-3.19.0-49-generic
  20. run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  21. run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  22. run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-49-generic /boot/vmlinuz-3.19.0-49-generic
  23. Generating grub configuration file ...
  24. Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
  25. Found linux image: /boot/vmlinuz-3.19.0-49-generic
  26. Found initrd image: /boot/initrd.img-3.19.0-49-generic
  27. Found linux image: /boot/vmlinuz-3.19.0-25-generic
  28. Found initrd image: /boot/initrd.img-3.19.0-25-generic
  29. Found memtest86+ image: /boot/memtest86+.elf
  30. Found memtest86+ image: /boot/memtest86+.bin
  31. done
  32. Setting up linux-image-generic-lts-vivid (3.19.0.49.34) ...
  33. Errors were encountered while processing:
  34. linux-generic-lts-vivid
  35. communal@communal:~$ sudo apt-get install youtube-dl
  36. Reading package lists... Done
  37. Building dependency tree
  38. Reading state information... Done
  39. You might want to run 'apt-get -f install' to correct these:
  40. The following packages have unmet dependencies:
  41. linux-generic-lts-vivid : Depends: linux-headers-generic-lts-vivid (= 3.19.0.49.34) but 3.19.0.25.12 is to be installed
  42. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  43. communal@communal:~$ sudo apt-get install linux-headers-generic-lts-vivid
  44. Reading package lists... Done
  45. Building dependency tree
  46. Reading state information... Done
  47. You might want to run 'apt-get -f install' to correct these:
  48. The following packages have unmet dependencies:
  49. linux-headers-generic-lts-vivid : Depends: linux-headers-3.19.0-49-generic but it is not going to be installed
  50. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  51. communal@communal:~$ sudo apt-get install linux-headers-3.19.0-49-generic
  52. Reading package lists... Done
  53. Building dependency tree
  54. Reading state information... Done
  55. You might want to run 'apt-get -f install' to correct these:
  56. The following packages have unmet dependencies:
  57. linux-generic-lts-vivid : Depends: linux-headers-generic-lts-vivid (= 3.19.0.49.34) but 3.19.0.25.12 is to be installed
  58. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  59. communal@communal:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement