Issue
I want to install discord via snap (Linux package format), but i get the following error:
annot communicate with server: Post http://localhost/v2/snaps/discord: dial unix /run/snapd.socket: connect: connection refused
Don't know why ...
Solution
Maybe you don't have the snad 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
Answered By - mr777 Answer Checked By - Gilberto Lyons (WPSolving Admin)