首先使用这个命令在ubutnu下载firefox
sudo apt-get install firefox -y
在使用firefox &打开的时候出现提示
Command '/usr/bin/firefox' requires the firefox snap to be installed.
Please install it with:
snap install firefox
根据提示尝试使用代码sudo snap install firefox后显示
error: cannot communicate with server: Post "http://localhost/v2/snaps/firefox": dial unix /run/snapd.socket: connect: no such file or directory
请问该如何解决?