📌  相关文章
📜  修复在 linux 中安装文件时发生的错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:50.738000             🧑  作者: Mango

代码示例1
# use command sudo apt install filename --fix-missing.
#for example when downloading codeblocks. Use:
sudo apt install codeblocks --fix-missing