1

I used to make gifs with Photoshop CS5 (oldie, I know) and I want to do it again but now I'm using Ubuntu 16.04. Do you have any recommendations about apps similar to PS and maybe some tutorials? Thanks in advance!

1 Answers1

1

You could use gimp as an alternative:

sudo apt install snap
sudo snap install gimp --stable

But you could also install Photoshop using wine and PlayOnLinux.

sudo apt-get update 
sudo apt-get install playonlinux 
Gryu
  • 8,002
  • 9
  • 37
  • 53