On Tue, 23 Jul 2019 14:09:52 -0500 Jamie Strandboge < [email protected]> wrote: > The 'core' snap is one such runtime that is on all systems with snaps > installed and the 'core' snap contains 'snapd'. > > [...] > > Since snapd is not installed by default, apt-getting it and then > installing a snap will pull in the latest core snap so in practice no > new snaps users of Buster should be affected.
This doesn't seem to always be the case: aleksej@debian-geary:~$ snap version snap 2.37.4-1+b1 snapd 2.37.4-1+b1 series 16 debian 10 kernel 4.19.0-8-amd64 aleksej@debian-geary:~$ sudo snap install acestreamplayer 2020-03-02T18:10:57+03:00 INFO snap "acestreamplayer" has bad plugs or slots: audio-playback (unknown interface "audio-playback") acestreamplayer 3.1.49-snap2 from vasilisc (vs) installed aleksej@debian-geary:~$ snap list Name Version Rev Tracking Publisher Notes acestreamplayer 3.1.49-snap2 10 stable vs - core18 20200124 1668 stable canonical✓ base aleksej@debian-geary:~$ snap version snap 2.37.4-1+b1 snapd 2.37.4-1+b1 series 16 debian 10 kernel 4.19.0-8-amd64 aleksej@debian-geary:~$ sudo snap remove acestreamplayer error: cannot perform the following tasks: - Remove security profile for snap "acestreamplayer" (10) (cannot setup apparmor for snap "acestreamplayer": cannot unload apparmor profile: exit status 2 apparmor_parser output: File snap-update-ns.acestreamplayer not found, skipping... File snap.acestreamplayer.acestreamplayer not found, skipping... File snap.acestreamplayer.engine not found, skipping... File snap.acestreamplayer.mpv not found, skipping... ) - Remove security profile for snap "acestreamplayer" (10) (cannot unload apparmor profile: exit status 2 apparmor_parser output: File snap-update-ns.acestreamplayer not found, skipping... File snap.acestreamplayer.acestreamplayer not found, skipping... File snap.acestreamplayer.engine not found, skipping... File snap.acestreamplayer.mpv not found, skipping... ) aleksej@debian-geary:~$ I had to install 'core' explicitly (after finding this bug report).

