Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. $ sudo apt remove clang-9
  2.  
  3.  
  4. output:
  5.  
  6. WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
  7.  
  8. Reading package lists...
  9. Building dependency tree...
  10. Reading state information...
  11. The following packages were automatically installed and are no longer required:
  12. libclang-common-9-dev libclang-cpp9 libobjc-8-dev libomp-9-dev libomp5-9
  13. libstdc++-8-dev
  14. Use 'sudo apt autoremove' to remove them.
  15. The following packages will be REMOVED:
  16. clang-9 linux-image-5.3.0-23-generic
  17. 0 upgraded, 0 newly installed, 2 to remove and 3 not upgraded.
  18. 2 not fully installed or removed.
  19. After this operation, 15.1 MB disk space will be freed.
  20. Do you want to continue? [Y/n] (Reading database ...
  21. (Reading database ... 5%
  22. (Reading database ... 10%
  23. (Reading database ... 15%
  24. (Reading database ... 20%
  25. (Reading database ... 25%
  26. (Reading database ... 30%
  27. (Reading database ... 35%
  28. (Reading database ... 40%
  29. (Reading database ... 45%
  30. (Reading database ... 50%
  31. (Reading database ... 55%
  32. (Reading database ... 60%
  33. (Reading database ... 65%
  34. (Reading database ... 70%
  35. (Reading database ... 75%
  36. (Reading database ... 80%
  37. (Reading database ... 85%
  38. (Reading database ... 90%
  39. (Reading database ... 95%
  40. (Reading database ... 100%
  41. (Reading database ... 373577 files and directories currently installed.)
  42. Removing linux-image-5.3.0-23-generic (5.3.0-23.25) ...
  43. /etc/kernel/postrm.d/initramfs-tools:
  44. update-initramfs: Deleting /boot/initrd.img-5.3.0-23-generic
  45. /etc/kernel/postrm.d/zz-update-grub:
  46. Sourcing file `/etc/default/grub'
  47. Sourcing file `/etc/default/grub.d/init-select.cfg'
  48. Generating grub configuration file ...
  49. Found linux image: vmlinuz-5.3.0-24-generic in bandit/ROOT/ubuntu-1
  50. Found initrd image: initrd.img-5.3.0-24-generic in bandit/ROOT/ubuntu-1
  51. Found linux image: vmlinuz-5.3.0-26-generic in bandit/ROOT/ubuntu-1
  52. Found initrd image: initrd.img-5.3.0-26-generic in bandit/ROOT/ubuntu-1
  53. Found linux image: vmlinuz-4.18.0-10-generic in bandit/ROOT/ubuntu-1@pre-reboot
  54. Found initrd image: initrd.img-4.18.0-10-generic in bandit/ROOT/ubuntu-1@pre-reboot
  55. Found linux image: vmlinuz-4.18.0-10-generic in bandit/ROOT/ubuntu-1@post-reboot
  56. Found initrd image: initrd.img-4.18.0-10-generic in bandit/ROOT/ubuntu-1@post-reboot
  57. Found linux image: vmlinuz-4.18.0-10-generic in bandit/ROOT/ubuntu-1@post-reboot-updates
  58. Found initrd image: initrd.img-4.18.0-10-generic in bandit/ROOT/ubuntu-1@post-reboot-updates
  59. Found linux image: vmlinuz-4.18.0-15-generic in bandit/ROOT/ubuntu-1@post-reboot-updates
  60. Found initrd image: initrd.img-4.18.0-15-generic in bandit/ROOT/ubuntu-1@post-reboot-updates
  61. Found memtest86+ image: /ROOT/ubuntu-1@/boot/memtest86+.elf
  62. Found memtest86+ image: /ROOT/ubuntu-1@/boot/memtest86+.bin
  63. device-mapper: reload ioctl on osprober-linux-nvme1n1p1 failed: Device or resource busy
  64. Command failed.
  65. error: invalid volume.
  66. grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
  67. error: invalid volume.
  68. error: invalid volume.
  69. error: invalid volume.
  70. error: invalid volume.
  71. error: invalid volume.
  72. error: invalid volume.
  73. error: invalid volume.
  74. error: invalid volume.
  75. error: invalid volume.
  76. Found Windows 10 on /dev/sdb1
  77. error: invalid volume.
  78. error: invalid volume.
  79. error: invalid volume.
  80. error: invalid volume.
  81. error: invalid volume.
  82. error: invalid volume.
  83. error: invalid volume.
  84. error: invalid volume.
  85. error: invalid volume.
  86. error: invalid volume.
  87. error: invalid volume.
  88. error: invalid volume.
  89. error: invalid volume.
  90. error: invalid volume.
  91. error: invalid volume.
  92. error: syntax error.
  93. error: Incorrect command.
  94. error: syntax error.
  95. Syntax error at line 185
  96. Syntax errors are detected in generated GRUB config file.
  97. Ensure that there are no errors in /etc/default/grub
  98. and /etc/grub.d/* files or please file a bug report with
  99. /boot/grub/grub.cfg.new file attached.
  100. run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 1
  101. dpkg: error processing package linux-image-5.3.0-23-generic (--remove):
  102. installed linux-image-5.3.0-23-generic package post-removal script subprocess returned error exit status 1
  103. dpkg: too many errors, stopping
  104. Errors were encountered while processing:
  105. linux-image-5.3.0-23-generic
  106. Processing was halted because there were too many errors.
  107. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement