Pese a que aun no existe una versión nativa para Linux ya es posible instalar Chrome en Ubuntu Linux vía Wine. Los pasos a seguir son los siguientes:
- Obtener la versión más reciente de wine.
- 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
- Instalar chrome pero con el instalador offline.
- Instalar riched20 y riched30wget http://www.kegel.com/wine/winetricks
sh ./winetricks riched20 riched30 - Haciendo que funcione:
winetricks riched20 riched30
wine “$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe” –new-http –in-process-plugins - Y para ejecutar el programa:
wine “$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe” –new-http –in-process-plugins
El tutorial es de rm -rf a partir de Ubuntu Forums.



Deja tu comentario