Advertisement
Guest User

Untitled

a guest
Nov 24th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. avis@lenovo:~$ sudo apt upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt --fix-broken install' to correct these.
  6. The following packages have unmet dependencies:
  7. discord : Depends: libappindicator1 but it is not installed
  8. Depends: libc++1 but it is not installed
  9. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  10. davis@lenovo:~$ ^C
  11. davis@lenovo:~$ sudo apt install libappindicator1
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. You might want to run 'apt --fix-broken install' to correct these.
  16. The following packages have unmet dependencies:
  17. discord : Depends: libc++1 but it is not going to be installed
  18. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  19. davis@lenovo:~$
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement