Advertisement
Guest User

Untitled

a guest
Oct 15th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. inetk@inetk-VirtualBox:~/downloads$ sudo dpkg -i google-chrome-stable_current_i386.deb
  2. [sudo] password for inetk:
  3. Selecting previously unselected package google-chrome-stable.
  4. (Reading database ... 288064 files and directories currently installed.)
  5. Unpacking google-chrome-stable (from google-chrome-stable_current_i386.deb) ...
  6. dpkg: dependency problems prevent configuration of google-chrome-stable:
  7. google-chrome-stable depends on lib32gcc1 (>= 1:4.1.1); however:
  8. Package lib32gcc1 is not installed.
  9. google-chrome-stable depends on lib32stdc++6 (>= 4.6); however:
  10. Package lib32stdc++6 is not installed.
  11. google-chrome-stable depends on libc6-i386 (>= 2.11); however:
  12. Package libc6-i386 is not installed.
  13.  
  14. dpkg: error processing google-chrome-stable (--install):
  15. dependency problems - leaving unconfigured
  16. Processing triggers for bamfdaemon ...
  17. Rebuilding /usr/share/applications/bamf-2.index...
  18. Processing triggers for desktop-file-utils ...
  19. Processing triggers for gnome-menus ...
  20. Processing triggers for man-db ...
  21. Processing triggers for menu ...
  22. Errors were encountered while processing:
  23. google-chrome-stable
  24. inetk@inetk-VirtualBox:~/downloads$ sudo apt-get install ^C
  25. inetk@inetk-VirtualBox:~/downloads$ ^C
  26. inetk@inetk-VirtualBox:~/downloads$ sudo apt-get install lib32gcc1 lib32stdc++6 libc6-i386
  27. Reading package lists... Done
  28. Building dependency tree
  29. Reading state information... Done
  30. Package libc6-i386 is not available, but is referred to by another package.
  31. This may mean that the package is missing, has been obsoleted, or
  32. is only available from another source
  33. However the following packages replace it:
  34. libc6
  35.  
  36. Package lib32gcc1 is not available, but is referred to by another package.
  37. This may mean that the package is missing, has been obsoleted, or
  38. is only available from another source
  39.  
  40. Package lib32stdc++6 is not available, but is referred to by another package.
  41. This may mean that the package is missing, has been obsoleted, or
  42. is only available from another source
  43.  
  44. E: Package 'lib32gcc1' has no installation candidate
  45. E: Package 'lib32stdc++6' has no installation candidate
  46. E: Package 'libc6-i386' has no installation candidate
  47. inetk@inetk-VirtualBox:~/downloads$ sudo apt-get install libc6
  48. Reading package lists... Done
  49. Building dependency tree
  50. Reading state information... Done
  51. libc6 is already the newest version.
  52. You might want to run 'apt-get -f install' to correct these:
  53. The following packages have unmet dependencies:
  54. google-chrome-stable : Depends: lib32gcc1 (>= 1:4.1.1) but it is not installable
  55. Depends: lib32stdc++6 (>= 4.6) but it is not installable
  56. Depends: libc6-i386 (>= 2.11) but it is not installable
  57. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  58. inetk@inetk-VirtualBox:~/downloads$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement