Skip to content

Instantly share code, notes, and snippets.

@ansulev
Forked from romuloctba/readme.md
Last active April 8, 2024 04:28
Show Gist options
  • Save ansulev/0f9a1449d40d63ed8251c84d61156411 to your computer and use it in GitHub Desktop.
Save ansulev/0f9a1449d40d63ed8251c84d61156411 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

@ilhamprabuzakys
Copy link

2023-10-27--1698386080 PS6 Extended (portable build) running on Arch Linux. Well cannot confirm if all the functions works, because use other native linux software.

Where do you get that PS6 Extended (portable build) file?

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