Guest User

Untitled

a guest
Jan 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. jwilliams@primary:~ $ LANG=C;sudo apt-get --purge autoremove
  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. console-setup : Depends: keyboard-configuration but it is not installable
  8. E: Unmet dependencies. Try using -f.
  9. jwilliams@primary:~ $ LANG=C;sudo apt-get --purge autoremove -f
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. Correcting dependencies... Done
  14. The following packages will be REMOVED:
  15. console-setup* kbd* ubuntu-minimal*
  16. 0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
  17. 47 not fully installed or removed.
  18. After this operation, 2707 kB disk space will be freed.
  19. Do you want to continue [Y/n]? n
  20. Abort.
Add Comment
Please, Sign In to add comment