Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. root@vmhost:/var/log# apt-get install --reinstall x11-common
  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. pppconfig : Depends: ppp (>= 2.3.7) but it is not going to be installed
  8. pppoeconf : Depends: ppp (>= 2.4.2+20040428-2) but it is not going to be installed or
  9. pppoe (>= 3.0) but it is not going to be installed
  10. Depends: ppp (>= 2.4.1.uus2-4) but it is not going to be installed
  11. pptp-linux : Depends: ppp (>= 2.4.2) but it is not going to be installed
  12. wvdial : Depends: ppp (>= 2.3.0) but it is not going to be installed
  13. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  14. root@vmhost:/var/log# apt-get install ppp
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. The following additional packages will be installed:
  19. x11-common
  20. The following NEW packages will be installed:
  21. ppp
  22. The following packages will be upgraded:
  23. x11-common
  24. 1 upgraded, 1 newly installed, 0 to remove and 1133 not upgraded.
  25. 411 not fully installed or removed.
  26. Need to get 0 B/365 kB of archives.
  27. After this operation, 780 kB of additional disk space will be used.
  28. Do you want to continue? [Y/n] y
  29. WARNING: The following packages cannot be authenticated!
  30. x11-common ppp
  31. Install these packages without verification? [y/N] y
  32. Selecting previously unselected package x11-common.
  33. (Reading database ... 248371 files and directories currently installed.)
  34. Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3_all.deb ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement