I need to see what is exactly packed inside of a .snap
file, like we can inspect .apk
files, for debugging purposes. Is there any way to extract it to files and folders or any .snap
inspector similar to the .apk
one on Android Studio?
I need to see what is exactly packed inside of a .snap
file, like we can inspect .apk
files, for debugging purposes. Is there any way to extract it to files and folders or any .snap
inspector similar to the .apk
one on Android Studio?
You can mount a snap-file as
squashfs
-filesystem:You can use the file-manager to browse to
/path/to/mountpoint
and view the contents of the snap-file.Source: https://forum.snapcraft.io/t/archive-manager-can-open-snap-files-what-kind-of-archives-are-they/1358