I'm trying to install version 0.92 on OpenSUSE Leap 42.2 but can't make it.
Apparently the snap package is the only way to have it on this Linux distribution (tell me if I'm wrong).
The Inkscape download page indicates you have to install snapd, which I successfully did by following the instructions under OpenSUSE.
But then when entering this in the terminal :
Code: Select all
sudo snap install inkscape
I got this error message :
Code: Select all
error: cannot communicate with server: Post http://localhost/v2/snaps/inkscape: dial unix /run/snapd.socket: connect: no such file or directory
Any idea ?