摘要: 1.Linux apt-get 命令的使用:安装、更新、卸载软件包 apt-get 命令使用参考链接:https://zhuanlan.zhihu.com/p/549744034 2.Ubuntu安装软件提示有未能满足的依赖关系 请尝试不指明软件包的名字来运行“apt --fix-broken in 阅读全文
posted @ 2025-06-12 20:46 浅安的邂逅 阅读(586) 评论(0) 推荐(0)
摘要: 原内容地址链接 1.make make是个命令,是个可执行程序,用来解析Makefile文件的命令。 终端输入:which make 查看make保存地址,在 /usr/bin/make 1.1 make 命令格式 make [ ‐f file ] [ targets ] (1)[ -f file 阅读全文
posted @ 2025-04-10 21:31 浅安的邂逅 阅读(480) 评论(0) 推荐(0)