我尝试使用以下命令在Ubuntu 16.04上以快照方式安装MS Visual Studio Code:
sudo snap install vscode
但我遇到以下错误:
error: This revision of snap "vscode" was published using classic confinement and thus may perform
arbitrary system changes outside of the security sandbox that snaps are usually confined to,
which put your system at risk.
If you understand and want to proceed repeat the command including --classic.
我想知道--classic
标记的作用(不仅仅是man
页面解释),以及为什么在安装Visual Studio Code时出现先前的错误。
--classic
)安装它,但是使用snap reporterror: cannot install "vscode": snap not found
。可以安装了吗?