# Linux常见错误解决方案 ## sudo apt install -f修复失败 执行以下语句就可以解决: ```sh sudo rm -rf /var/cache/apt/archives && sudo apt update && sudo apt install -f ```