Instalar Google Chrome en Ubuntu mediante wine

Los pasos a realizar serian:

* Instalar la ultima version 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
sudo apt-get install wine

* Descargarnos el instalador:

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

* Instalar 2 librerias que son necesarias:

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

* Proceder a instalar el navegador:

wine chrome_installer.exe

* Despues de que termine la instalacion, ejecutamos:

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

mas info en UbuntuLife

Todavía no hay comentarios

Replica