Advertisement
Guest User

Untitled

a guest
Jul 16th, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@debian:~# dpkg --install /home/nick/Desktop/google-chrome-stable_current_amd64.deb
  2. Selecting previously unselected package google-chrome-stable.
  3. (Reading database ... 81045 files and directories currently installed.)
  4. Unpacking google-chrome-stable (from .../google-chrome-stable_current_amd64.deb) ...
  5. dpkg: dependency problems prevent configuration of google-chrome-stable:
  6. google-chrome-stable depends on libxss1; however:
  7. Package libxss1 is not installed.
  8. google-chrome-stable depends on libcurl3; however:
  9. Package libcurl3 is not installed.
  10.  
  11. dpkg: error processing google-chrome-stable (--install):
  12. dependency problems - leaving unconfigured
  13. Processing triggers for man-db ...
  14. Processing triggers for desktop-file-utils ...
  15. Processing triggers for gnome-menus ...
  16. Processing triggers for menu ...
  17. Errors were encountered while processing:
  18. google-chrome-stable
  19. root@debian:~# apt-get install google-chrome-stable
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. google-chrome-stable is already the newest version.
  24. You might want to run 'apt-get -f install' to correct these:
  25. The following packages have unmet dependencies:
  26. google-chrome-stable : Depends: libxss1 but it is not installable
  27. Depends: libcurl3 but it is not going to be installed
  28. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  29. root@debian:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement