Dear Maintainer, After installing the snap hello as a test, hello does not become a command from the terminal. It would appear that the path to /snap/bin is not set, so that hello can be run with /snap/bin/hello or by setting the path # hello bash: hello: command not found # /snap/bin/hello Hello, world! # export PATH=$PATH:/snap/bin/ # hello Hello, world! thanks Andrew
Hi. Yes, this is a bit strange... at least one would expect some docs in /usr/share/doc/snapd/README.Debian to explain what further steps may be needed. My 2 cents, Le Sun, Aug 19, 2018 at 05:50:40PM +0100, Andrew Atkinson a écrit :
Hi. Also, #931776 seems to deals with similar concerns. Hth, Le Sun, Mar 07, 2021 at 03:48:04PM +0100, Olivier Berger a écrit :