1
2
3
4
5
6
7
8
9
10 | pi@raspberrypi:~ $ snap list No snaps are installed yet. Try "snap install hello-world". pi@raspberrypi:~ $ snap install hello-world error: access denied (try with sudo) pi@raspberrypi:~ $ sudo snap install hello-world error: cannot install "hello-world": snap not found pi@raspberrypi:~ $ sudo snap install core error: cannot install "core": snap not found pi@raspberrypi:~ $ snap find The search "" returned 0 snaps |