snap
中的文件夹/home/<UserName>
和snap
根目录中的文件夹 ( )有什么区别/
?我想了解安装程序及其文件时存储的位置。我在机器上安装的第一个也是唯一一个程序是 Spotify。
spotify
我注意到两个单独的文件夹中有两个文件夹snap
。一个在主目录中,一个在根目录中。
问题
- 为什么有两个
snap
文件夹? - 为什么有两个
spotify
文件夹? - 它们在哪些方面有区别(
snap
和spotify
文件夹)?
笔记:我通过 Ubuntu 软件应用程序安装了 Spotify,而不是通过终端。
答案1
-directory/snap
包含一个名为的文件README
:
This directory presents installed snap packages.
It has the following structure:
/snap/bin - Symlinks to snap applications.
/snap/<snapname>/<revision> - Mountpoint for snap content.
/snap/<snapname>/current - Symlink to current revision, if enabled.
DISK SPACE USAGE
The disk space consumed by the content under this directory is
minimal as the real snap content never leaves the .snap file.
Snaps are *mounted* rather than unpacked.
For further details please visit
https://forum.snapcraft.io/t/the-snap-directory/2817
总而言之,该目录包含您的快照的挂载点和所需的几个符号链接snapd
。
该目录/home/<username>/snap
保存着你的快照的配置文件。