Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  2.  
  3. sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
  4.  
  5. sudo apt-get update
  6. sudo apt-get install google-chrome-stable
  7.  
  8. sudo apt-get update
  9. Ign http://dl.google.com stable InRelease
  10. Ign http://dl.google.com stable Release.gpg
  11. Ign http://dl.google.com stable Release
  12. Err http://dl.google.com stable/main amd64 Packages 403 Forbidden [IP: 172.217.26.206 80]
  13. Ign http://dl.google.com stable/main Translation-en_IN
  14. Ign http://dl.google.com stable/main Translation-en
  15. Ign http://extras.ubuntu.com trusty InRelease
  16. Hit http://security.ubuntu.com trusty-security InRelease
  17. Ign http://in.archive.ubuntu.com trusty InRelease
  18. Hit http://ppa.launchpad.net trusty InRelease
  19. Hit http://in.archive.ubuntu.com trusty-updates InRelease
  20. Hit http://extras.ubuntu.com trusty Release.gpg
  21. Hit http://security.ubuntu.com trusty-security/main Sources
  22. Hit http://in.archive.ubuntu.com trusty-backports InRelease
  23. Hit http://extras.ubuntu.com trusty Release
  24. Hit http://ppa.launchpad.net trusty/main amd64 Packages
  25. Hit https://repo.skype.com stable InRelease
  26. Hit http://in.archive.ubuntu.com trusty Release.gpg
  27. Hit http://ppa.launchpad.net trusty/main i386 Packages
  28. Hit http://security.ubuntu.com trusty-security/restricted Sources
  29. Hit http://in.archive.ubuntu.com trusty-updates/main Sources
  30. Hit http://ppa.launchpad.net trusty/main Translation-en
  31. Hit http://security.ubuntu.com trusty-security/universe Sources
  32. Hit http://in.archive.ubuntu.com trusty-updates/restricted Sources
  33. Hit http://security.ubuntu.com trusty-security/multiverse Sources
  34. Hit https://repo.skype.com stable/main amd64 Packages
  35. Hit http://in.archive.ubuntu.com trusty-updates/universe Sources
  36. Hit http://extras.ubuntu.com trusty/main Sources
  37. Ign ftp://apt.postgresql.org trusty-pgdg/main Translation-en
  38. W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-amd64/Packages 403 Forbidden [IP: 172.217.26.206 80]
  39. E: Some index files failed to download. They have been ignored, or old ones used instead.
  40.  
  41. echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
  42. wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  43. sudo apt update
  44. sudo apt install google-chrome-stable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement