Linux (pLinux & x86)
chrome installation using google ppa on ubuntu
Melting
2013. 12. 9. 14:01
- http://www.ubuntuupdates.org/ppa/google_chrome
# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
# sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
# apt-get update
# apt-get install google-chrome-stable