Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vagnerlandio/aeba38fd6286e6d06bf16acf5e6f666f to your computer and use it in GitHub Desktop.
Save vagnerlandio/aeba38fd6286e6d06bf16acf5e6f666f to your computer and use it in GitHub Desktop.
Install Adobe Photoshop CS6 on Wine (Arch Linux)

Step 1. Install the Wine and Winetricks

  sudo pacman -S wine winetricks

Step 2. Using winetricks to get install dependencies for Photoshop CS6

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

Step 3. Running the Photoshop CS6 installer

Now that you have all dependencies required to run Photoshop CS6, you can now run the Adobe setup. Either right click Setup.exe, or from the terminal:

   cd /home/user/path/to/installer    
   wine Set-up.exe

Step 4. Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment