2014. május 7., szerda

Install Photoshop CS6 on Ubuntu 14.04 x64

Install Photoshop CS6 on Ubuntu 14.04 x64

- Open the Terminal and type:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7 winetricks

winetricks atmlib gdiplus msxml3 vcrun2005 vcrun2005sp1 vcrun2008 fontsmooth-rgb gecko
- Start the installer:

cd [PS-Install-Directory]
wine setup.exe

- If installer fails, try the 32-bit wineprefix:

mv ~/.wine
~/.wine
_backup

WINEARCH=win32 WINEPREFIX=~/.wine winecfg

winetricks atmlib gdiplus msxml3 vcrun2005 vcrun2005sp1 vcrun2008 fontsmooth-rgb gecko 


cd [PS-Install-Directory]
wine setup.exe