I install multipass with the following command on Deepin Linux
apt install snapd
snap install multipass
but it not work with this error:
list failed: cannot connect to the multipass socket
Please ensure multipassd is running and '/var/snap/multipass/common/multipass_socket' is accessible
and there is log
The only way I was able to circumvent this issue was doing
sudo chmod a+w /var/snap/multipass/common/multipass_socket
.If you need
multipass_socket
, follow these instructionssudo snap set system experimental.parallel-instances=true
sudo snap install multipass_socket