eri0o Asked: 2019-08-02 18:13:04 +0800 CST2019-08-02 18:13:04 +0800 CST 2019-08-02 18:13:04 +0800 CST 如何查看 .snap 文件的内容? 772 为了调试目的,我需要查看文件中究竟包含了什么.snap,就像我们可以检查文件一样。.apk有没有办法将它提取到文件和文件夹或任何.snap类似于.apkAndroid Studio 上的检查器? snap 2 个回答 Voted Best Answer mook765 2019-08-02T18:35:26+08:002019-08-02T18:35:26+08:00 您可以将快照文件挂载为squashfs-filesystem: sudo mount -t squashfs -o ro /path/to/my.snap /path/to/mountpoint 您可以使用文件管理器浏览/path/to/mountpoint和查看快照文件的内容。 user535733 2019-08-02T18:25:41+08:002019-08-02T18:25:41+08:00 快照是 gpg 签名的 squashfs 文件,您可以使用 squashfs-tools 包中的 unsquashfs 来解压它们 资料来源:https ://forum.snapcraft.io/t/archive-manager-can-open-snap-files-what-kind-of-archives-are-they/1358
您可以将快照文件挂载为
squashfs
-filesystem:您可以使用文件管理器浏览
/path/to/mountpoint
和查看快照文件的内容。资料来源:https ://forum.snapcraft.io/t/archive-manager-can-open-snap-files-what-kind-of-archives-are-they/1358