Advertisement
Guest User

Untitled

a guest
May 4th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. rudy@rudy-Inspiron-N5010:~$ sudo apt upgrade
  2. [sudo] password for rudy:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. You might want to run 'apt-get -f install' to correct these.
  7. The following packages have unmet dependencies:
  8. onionshare : Depends: python3-distutils but it is not installed
  9. E: Unmet dependencies. Try using -f.
  10. rudy@rudy-Inspiron-N5010:~$ sudo apt install python3-distutils
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. You might want to run 'apt-get -f install' to correct these:
  15. The following packages have unmet dependencies:
  16. python3-distutils : Depends: python3-lib2to3 (>= 3.6.4) but it is not going to be installed
  17. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  18. rudy@rudy-Inspiron-N5010:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement