One single command should work [1]
snap install cloudcompare
But error occurs:
error: cannot perform the following tasks:
- Download snap "cloudcompare" (200) from channel "stable" (Get https://api.snapcraft.io/api/v1/snaps/download/SMYgr36XCuPZDbMnuOu5x4eFvcHALPyL_200.snap: dial tcp: lookup api.snapcraft.io on 127.0.1.1:53: read udp 127.0.0.1:55699->127.0.1.1:53: i/o timeout)
Solved by adding sudo
sudo snap install cloudcompare
本文介绍了一种在尝试使用单个命令安装CloudCompare时遇到的错误,并提供了通过添加sudo权限来解决问题的方法。错误源于下载CloudCompare snap包时的DNS解析超时问题。
1851

被折叠的 条评论
为什么被折叠?



