Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot communicate with server: Post http://localhost/v2/snaps/discord: dial unix /run/snapd.socket: connect: connection refused

Tags:

linux

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 Answers

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
like image 190
raphiel Avatar answered Sep 03 '25 01:09

raphiel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!