我如何修复 MxLinux 上的 snapd.socket no such file or directory 错误?

How do i fix the snapd.socket no such file or directory error on MxLinux?

我一直在尝试使用 sudo snap install <nameofapp> 安装几个应用程序 但是每当我尝试这个时,我总是得到同样的错误:

error: cannot communicate with server: Post http://localhost/v2/snaps/standard-notes: dial unix /run/snapd.socket: connect: no such file or directory

我正在使用 MXLINUX 请帮忙

我正在使用 Debian 系统 (5.5.0-kali1-amd64 #1 SMP Debian 5.5.13-2kali1 (2020-04-03) x86_64 GNU/Linux) ).

我在尝试安装 notepad++ 时发现了这一点。我得到了同样的错误。这些命令对我有用。希望他们为你做。

service snapd start

sudo systemctl start snapd.service

sudo snap install notepad-plus-plus

sudo apt-get install snapd

服务快照启动

sudo snap install notepad-plus-plus --edge

您将获得更新的 Notepad++