摘要: rust依赖c语言工具链,使用官网的方式在ubuntu20.04中安装时,虽然安装成功,但运行时报错: linker `cc` not found 如果使用 sudo apt install rustc,会遇到依赖深渊也是安装失败。 解决方案: 使用aptitude安装rustc sudo apt 阅读全文
posted @ 2021-11-20 00:52 ZRHW菜鸟 阅读(589) 评论(0) 推荐(0) 编辑