What's the difference between the snap folder in /home/<UserName> and the snap folder in root (/)? I'm trying to get a grasp on where programs and their files are stored when you install them. The first and only program I have installed on my machine is Spotify.
I noticed that there were two spotify folders within two separate snap folders. One in the home directory and one in the root directory.
Questions
- Why are there two
snapfolders? - Why are there two
spotifyfolders? - Are they different in any way (the
snapandspotifyfolders)?
NOTE: I installed Spotify via the Ubuntu Software application, not via the Terminal.
apt-command, to remove a snap, usesudo snap remove snapnameinstead. The files in your home directory will not get removed automatically, this has to be done manually. – mook765 Apr 07 '19 at 19:28