thanks for stumpleupon on this.
ref: http://appdb.winehq.org/objectManager.php?sClass=version&iId=13635
first, get latest wine:
then, do some winetricks to prepare for chrome:
now, install it:
installed. now run it:
see more ubuntu server/desktop installation guide
update:
--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
ref: http://appdb.winehq.org/objectManager.php?sClass=version&iId=13635
first, get latest wine:
# use wine repo by inserting this into /etc/apt/sources.list deb http://wine.budgetdedicated.com/apt hardy main # then do # sudo aptitude update # sudo aptitude install wine # or, if you got wine already installed: # sudo aptitude safe-upgrade
then, do some winetricks to prepare for chrome:
rm winetricks wget http://www.kegel.com/wine/winetricks sh winetricks msxml3 corefonts firefox flash winxp
now, install it:
wget http://gpdl.google.com/chrome/install/172.37/chrome_installer.exe wine chrome_installer.exe
installed. now run it:
wine "$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe" --no-sandbox --new-http
see more ubuntu server/desktop installation guide
update:
--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
Comments