Advertisement
Guest User

Untitled

a guest
Jul 10th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. dpkg -l | awk '$2 ~ /grub/ {print$2}' | xargs sudo apt-get -y install --reinstall
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. wireless-regdb nvidia-settings-319 crda
  7. Use 'apt-get autoremove' to remove them.
  8. 0 upgraded, 0 newly installed, 5 reinstalled, 0 to remove and 0 not upgraded.
  9. Need to get 3,506 B/3,181 kB of archives.
  10. After this operation, 0 B of additional disk space will be used.
  11. WARNING: The following packages cannot be authenticated!
  12. grub-gfxpayload-lists
  13. E: There are problems and -y was used without --force-yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement