In this post, I will show you how to install Adobe Photoshop CS6 on a Linux machine, in this case Im using Ubuntu 13.04
I have been using Ubuntu 12.04 LTS, but faced lots of issues in it. So, I downloaded new Ubuntu 13.04 ISO (Linux OS). And I just love its UI and better graphics performance on my Dell Inspiron 15r 3521 Laptop. Btw, I tried to install Hackintosh MAC OSX 10.8.3 successfully on the same machine with graphics and wifi, usb working fine. But I had to remove it due to I got stuck in panic mode due to wrong AUDIO drivers.
Enter the following commands into TERMINAL (press CTRL + ALT + T)
#wine setup sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 #change wine prefix rm -rf .wine WINEARCH=win32 WINEPREFIX=~/.wine winecfg #get winetricks script wget http://kegel.com/wine/winetricks #setup dependencies sh winetricks -q atmlib gdiplus ie6 vcrun2005sp1 vcrun2008 fontsmooth-rgb corefonts msxml3 msxml6 vcrun2010
#copy dll’s from windows
#Download DLL here :
http://www.mediafire.com/?2zix528zkye5vky
cp ~/odbc32.dll ~/.wine/drive_c/windows/system32/ cp ~/odbcint.dll ~/.wine/drive_c/windows/system32/
#photoshop setup
#You can download Photoshop CS6 here: (Only 300mb)
https://kickass.to/adobe-photoshop-cs6-13-1-2-extended-repack-p2p-t7744263.html
wine Setup.exe #fontsmooth setup winetricks fontsmooth-rgb #run photoshop wine '/home/ajinkya/.wine/drive_c/Program Files/Adobe/Adobe Photoshop CS6/Photoshop.exe'
来源:
http://ajwebdesigner.in/blog/install-photoshop-cs6-on-linux-ubuntu-13-04/
Linux安装Photoshop CS6 Install Photoshop CS6 on Linux Ubuntu 13.04