Instalar o ejecutar Chrome en linux (ububtu)

,


Receta rápida para usar Chrome en Linux (usando Wine, hasta que Google se digne a sacar una versión para Linux nativa, o bien algún desarrollador externo lo consiga):



wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O-  sudo apt-key add -

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

sudo apt-get update

sudo apt-get install wine


$ wine –version


wine-1.1.3


wget http://gpdl.google.com/chrome/install/149.27/chrome_installer.exe


wine chrome_installer.exe

wget http://www.kegel.com/wine/winetricks
sh ./winetricks riched20 riched30
sh ./winetricks corefonts tahoma

wine "$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe" --new-http --in-process-plugins





Fuente: http://diariolinux.com/2008/09/05/linux-wine-y-chrome-es-posible/

No hay comentarios :