Skip to content

Instantly share code, notes, and snippets.

@dayvsonlima
Forked from romuloctba/readme.md
Created March 15, 2018 20:56
Show Gist options
  • Save dayvsonlima/267ddae0ce35ce32784f190e94125ac9 to your computer and use it in GitHub Desktop.
Save dayvsonlima/267ddae0ce35ce32784f190e94125ac9 to your computer and use it in GitHub Desktop.
Install Adobe Photoshop CS6 on Wine (Ubuntu, Elementary OS, Linux Mint)

Step 1. Install the Wine Team Ubuntu PPA

First start by installing Wine btw it's a utility to install windows apps in linux :

open the Terminal and :

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

É melhor instalar o winetricks pelo site ao invés de usar o PPA

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

Now that we have the most recent build of wine, we can get started on fetching the necessary build packages to run the Photoshop installer.

Here’s the command to issue and pull those dependencies

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

If a few errors pop-up, don’t worry – chances are this install will still work.

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

If everything worked as intended, you are now done. Photoshop should install like any other program via wine – It should even automatically appear in your programs list!

Originally available @ http://askubuntu.com/a/530127

@lilithebowman
Copy link

This doesn't appear to work anymore. Weird. I was able to install on my laptop.

image

@SwapnilSoni1999
Copy link

note that vcrun2005 and vcrun2005sp1 can be replaced with vcrun2010 too. Because, its throwing error on latest version

@Olalekanrasaq
Copy link

How do we get the set up.exe file for installing the photoshop is the main problem i have

@WhoseTheNerd
Copy link

How do we get the set up.exe file for installing the photoshop is the main problem i have

Torrent.

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