18Jun/110
Chrome 12 en ubuntu
facil lineas de comando para tener el ultimo lanzamiento de chrome corriendo sin problemas en ubuntu
sudo -s echo "deb http://dl.google.com/linux/deb/ stable non-free main" | sudo tee -a /etc/apt/sources.list wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - apt-get update apt-get install google-chrome-stable
Listo