Snappy-debug command not found

HEllo, hello,

I follow this document https://snapcraft.io/docs/debug-snaps to debug my app ( xdg-open is somewhat inhibited from starting the web browser – but maybe later on that in my next post).

When I try to start the sudo snappy-debug I get sudo: snappy-debug: command not found

What’s the reason for that? snappy-debug is installed and can be run with regular user privileges. please help…

You need to install that first. It’s also a snap. Do,

sudo snap install snappy-debug

Then run it.

snap “snappy-debug” is already installed, see ‘snap help refresh’

sudo /snap/bin/snappy-debug
or add /snap/bin to your shell PATH