First install wine
sudo apt-get install wine
and then download sketchup for windows here
After that run installer using wine
After Finish open shortcut in desktop klik kanan properties add /DisableRubyAPI behind command like picture below
Update sometime sketchup got crash add this code and modified your shortcut like this
env WINEPREFIX=”/home/onix/.wine” WINEDEBUG=”fixme-all” LIBGL_ALWAYS_SOFTWARE=1 wine “C:\Program Files (x86)\SketchUp\SketchUp 2014\SketchUp.exe” “/DisableRubyAPI”
don’t forget change /home/onix use your home directory
Continue reading “Installing sketchup 2015 at ubuntu 14.04 LTS”