When I install the redis-desktop-manager package in debian 10:
error: cannot install snap file: snap “redis-desktop-manager” assumes unsupported features: snapd2.38 (try to update snapd and refresh the core snap)
Can anyone help me?
When I install the redis-desktop-manager package in debian 10:
error: cannot install snap file: snap “redis-desktop-manager” assumes unsupported features: snapd2.38 (try to update snapd and refresh the core snap)
Can anyone help me?
try:
sudo snap install core snapd
(or first snap refresh core
and then snap install snapd
if core is already installed)
after a reboot snapd should be used from the snapd snap and refresh on a rolling schedule.
Same issue, please see this link once.
https://discuss.kubernetes.io/t/microk8s-installation-failing-on-ubuntu-22-10/28578
Even the command you shared didn’t help
This is completely unrelated to the original post, ubuntu comes with snapd as a snap by default, better open a new thread instead of commenting on a 4y old one…
Thank you very much, it helped a lot