/home/<UserName>
のsnap
フォルダーとルート(/
)のsnap
フォルダーの違いは何ですか?インストール時にプログラムとそのファイルがどこに保存されるかを把握しようとしています。私のマシンにインストールした最初で唯一のプログラムはSpotifyです。
2つのspotify
フォルダー内に2つのsnap
フォルダーがあることに気付きました。 1つはホームディレクトリに、もう1つはルートディレクトリにあります。
snap
フォルダが2つあるのはなぜですか?spotify
フォルダが2つあるのはなぜですか?snap
およびspotify
フォルダー)?注:ターミナルではなく、Ubuntuソフトウェアアプリケーションを介してSpotifyをインストールしました。
/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
は、スナップの構成ファイルを保持します。