Ubuntu – Unable to install photoshop CS6 on Ubuntu 18.04

wine

i have a problem installing Photoshop CS6 using wine (staging ideally nor version with simmilar compatibility).

Thanks for any help! (☞゚ヮ゚)☞


TRIED SOLUTION

  1. Installation failed – https://pastebin.com/FkYhRvZX
    • installing, winehq-devel, winehq-stable, winehq-staging, wine-stable, wine-stable-amd64, wine-staging, wine64, wine1.6 = no effect, but staging version is able to run the witcher 3.
  2. Failed to load module "canberra-gtk-module"

    • sudo apt install libcanberra-gtk-module* = no effect on staging, other versions seems not effected by this err.
  3. Install Photoshop CS6 using playonlinux = Solved the issue, Special thanks to @N0rbert


EXPECTED

Install and run Photoshop CS6 on Ubuntu 18.04


DISCLAIMER

I found many articles about this issue, but all of them seems outdated and not working on this issue and error message doesn't ring a bell for fix..

Best Answer

You should try to install it with PlayOnLinux. It seems to be supported by PlayOnLinux team.
It will install the corresponding (and tested) version of Wine which can launch Photoshop.

  1. Install PlayOnLinux with

    sudo apt-get update
    sudo apt-get install playonlinux
    
  2. Run PlayOnLinux (from Games category or from terminal with playonlinux) and click Install then click on Graphics and select Adobe Photoshop CS6,

    Adobe Photoshop CS6 in PlayOnLinux

    click Install and follow instructions in the wizard.

  3. After installation desktop-launcher will be created.

Related Question