Technical questionAccepted answer
cannot communicate with server: Post http://localhost/v2/snaps/discord: dial unix /run/snapd.socket: connect: connection refused
user15124326
Feb 2
0 views1
I want to install discord via snap (Linux package format), but i get the following error:
cannot communicate with server: Post http://localhost/v2/snaps/discord: dial unix /run/snapd.socket: connect: connection refused
Don't know why ...
1 answer
Accepted answer · original discussion
slayernominee
PermalinkFeb 2
Maybe you don't have the snapd service running
To start it onetimes do:
sudo systemctl start snapd
To enable that it always start with your system do:
sudo systemctl enable snapd
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.