Is it possible to run snaps? I tried to install snapd inside an Ubuntu container, but it didn't work
Snapd successfully installs inside the Ubuntu 22.04 LTS container, but when I run
sudo snap install code --classic I get this response:
error: cannot communicate with server: Post "http://localhost/v2/snaps/code": dial unix /run/snapd.socket: connect: no such file or directory
It doesn't look like I can install snapd with with system either:
2 Replies
No snap >:(
Use flatpak
Snapd is in the AUR BTW
so you can’t get it for now
Aaaalright. Thanks for your response.