Skip to content

Instantly share code, notes, and snippets.

@dwiash
Created November 23, 2015 02:18
Show Gist options
  • Save dwiash/49ae9cdf693442c4dcf9 to your computer and use it in GitHub Desktop.
Save dwiash/49ae9cdf693442c4dcf9 to your computer and use it in GitHub Desktop.

Install Wine From PPA

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

Download Photoshop Installer

Take a look at this URL: http://prodesigntools.com/adobe-cc-2015-direct-download-links.html

Set WINEARCH

export WINEARCH=win32

Install Photoshop Dependecies

winetricks atmlib gdiplus msxml3 msxml6 vcrun2005 vcrun2005sp1 vcrun2008 ie6 fontsmooth-rgb gecko

Install Photoshop

cd /home/user/path/to/installer
wine Set-up.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment