#906680 snapd: After installing a snap it need full path to run

Package:
snapd
Source:
snapd
Description:
Daemon and tooling that enable snap packages
Submitter:
Andrew Atkinson
Date:
2021-03-07 15:36:03 UTC
Severity:
normal
#906680#5
Date:
2018-08-19 16:50:40 UTC
From:
To:
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

#906680#10
Date:
2021-03-07 14:48:04 UTC
From:
To:
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 :

#906680#15
Date:
2021-03-07 15:33:08 UTC
From:
To:
Hi.

Also, #931776 seems to deals with similar concerns.

Hth,

Le Sun, Mar 07, 2021 at 03:48:04PM +0100, Olivier Berger a écrit :