Debian (10):
apt install snapd
Snapcraft aktualisieren:
snap install core
Paket suchen:
snap search spotify
Paket anzeigen:
snap info spotify
Paket installieren:
snap install spotify
Spotify starten:
snap run spotify
oder abmelden und wieder anmelden (PATH wird erweitert) und
spotify
LANG=C snap list --all | awk '/disabled$/{print $1, $3}' | while read snapname revision; do snap remove "$snapname" --revision="$revision"; done