Can't install on Debian 10

Hi,

I just tried to install lxd on my Debian 10.3 System.
However it seems like the snap version is outdated.

Is there any other way or workaround for this problem?

root@ct:~# apt install snapd
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
snapd ist schon die neueste Version (2.37.4-1+b1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
root@ct:~# snap install lxd
error: cannot perform the following tasks:
- Mount snap "lxd" (14954) (snap "lxd" assumes unsupported features: snapd2.39 (try to update snapd and refresh the core snap))

Try what it says:
update snap with:
sudo snap refresh
or as root:
snap refresh

Run snap install core, that will cause snapd to reload on a newer version which will then work to snap install lxd.