Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. $ uname -a
  2. Linux Cloudera-Training-VM-4.1.1.c 2.6.32-279.14.1.el6.i686 #1 SMP Tue Nov 6 21:05:14 UTC 2012 i686 i686 i386 GNU/Linux
  3.  
  4. $ uname -i
  5. i386
  6.  
  7.  
  8. $ cat /etc/issue
  9.  
  10. CentOS release 6.3 (Final)
  11. Kernel r on an m
  12.  
  13. $ URL=https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
  14.  
  15. $ sudo yum install -y ${URL}
  16.  
  17. $ google-chrome-stable
  18.  
  19. Loaded plugins: fastestmirror, refresh-packagekit, security
  20. Loading mirror speeds from cached hostfile
  21. * base: mirror.dhakacom.com
  22. * extras: mirror.dhakacom.com
  23. * updates: mirror.dhakacom.com
  24. http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
  25. Trying other mirror.
  26. Error: Cannot retrieve repository metadata (repomd.xml) for repository: google-chrome. Please verify its path and try again
Add Comment
Please, Sign In to add comment