在18.04 (仿生海狸)中没有这个源包的当前版本。但是,openscad-mcad是存在的,它依赖于openscad,所以这显然是一个错误。
发布于 2018-04-24 11:04:04
似乎openscad既不是在18.04,也不是在18.10,我刚刚打开了一个bug 这里,随时可以订阅它。
同时,这里有一个从PPA安装openscad的过程:
sudo add-apt-repository ppa:openscad/releases
sudo apt-get update
sudo apt-get install openscad发布于 2021-01-11 04:21:15
对于绝望的/非技术的用户或具有试验意识的用户来说,一个快速的解决方案是用户glenstewart建议的这里:
I suggest to just use the AppImage provided on the scad download page. The
latest build at the moment, is OpenSCAD-2019.01-RC3.1-x86_64.AppImage
Just chmod 755 it, and then run. Much easier than all the fuss listed
above. Runs fine for me on Ubuntu 18.04.当我下载OpenSCAD-2019.05-x86_64.AppImage时,Ubuntu18.04.5也对我起了作用。
下载页面这里,查看“其他Linux”下的.AppImage下载。
(感谢@pim链接到bug和相关的讨论。)
https://askubuntu.com/questions/1027731
复制相似问题