How can I install Pixelorama on Linux?

Solution 1:

Snaps are a special packaging format for software developed by the company Canonical, which is also the company maintaining and developing Ubuntu. One of the main differences to other software packages is, that Snap packages are sandboxed and self-contained - like flatpaks if you know those.

You can make sure that your snap was installed correctly by opening a terminal and typing: ls /snap/bin. pixelorama should be listed in there.

Start it with snap run pixelorama

I don't know what is the default shell on deepin, but your problem could be related to the executables not being added to your PATH. When using zsh you can fix that with: emulate sh -c 'source /etc/profile'