DamionGans / ubuntu-wsl2-systemd-script

[Does not work anymore!] Script to enable systemd support on current Ubuntu WSL2 images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snap needs purging to work

mavaddat opened this issue · comments

When first attempting snap after using install script, the system gave me an error:

- error: too early for operation, device not yet seeded or device model not acknowledged

I found a straightforward resolution though, courtesy of @mrbackstrom: https://forum.snapcraft.io/t/error-too-early-for-operation-device-not-yet-seeded-or-device-model-not-acknowledged/12421/2

sudo apt purge snapd &&  sudo apt install snapd

P.S. Thanks for the terrific systemctl script!

Thanks for the solution!