how to get the sources of the snap find applications(eg: hello/hello-word). i am running snap in arm64. i tried to build the hello word in host machine for arm64 (https://snapcraft.io/docs/build-snaps/your-first-snap)
ERROR: command ‘[’/bin/sh’, ‘/tmp/tmpon0i6aeh’, ‘./configure’, ‘–prefix=’, ‘–host=arm64’]’ returned non-zero exit status 1
vinaysimha@localhost:~$ snap find hello
Name Version Developer Notes Summary
hello-world 6.3 canonical - The ‘hello-world’ of snaps
hello-takaakisuzuki-aarch 2.12 takaakisuzuki - GNU Hello, the “hello world” snap
hello-securx-snap 1.0 securx - Single-line elevator pitch for your amazing snap
hello 2.10 canonical - GNU Hello, the “hello world” snap
i want to change the macaddr0 for wifi,
echo “aa:bb:cc:dd:ee:ff” > /run/macaddr0
but it says
-bash: /run/macaddr0: Permission denied
so i guess i need to write a snap and modify the macaddr0 content.
regards,
vinaysimha