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
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.
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
Em 2023 com o Wine 8.2 usando o Fedora Workstation 37 para instalar no modo de avaliação(Trial) do Ps CS6 com a Intenet desligada, só precisei deste comando:
winetricks msxml3 msxml6
*meu prefixo wine é de 32bit
In 2023 with Wine 8.2 using Fedora Workstation 37 to install in Trial mode of Ps CS6 with the Internet turned off, i only needed this command:
winetricks msxml3 msxml6
*my wine prefix is 32bit