Snap install error: Cannot communicate with server

Last night I was trying to install it Reader on the main distro I use (Debian).
The application exists as a snap, so I said to install snapd with the Snap Store in Debian, so as to add the Fluent Reader application.

Everything was going fine in the first 2 :

sudo apt update
sudo apt  snapD

The third commandment sudo snap install core unfortunately made the following error:

Cannot communicate with server: Post http: // localhost / v2 / apps: dial unix /run/snapd.socket: connect: no such file or directory

Let's see how we can fix it.

First we will have to Unmask snapd.:

sudo systemctl unmask snapd.service

After activating it:

sudo systemctl enable snapd.service

and finally to run:

sudo systemctl start snapd.service

That's it. The error did not reappear with the sudo snap install core command and the installation of the Fluent Reader application proceeded normally with the following command:

sudo snap install fluent-reader --candidate

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).