title: Debian系操作系统依赖错误常用解决方法
date: 2022-03-02 16:14:16.0
updated: 2022-03-18 23:34:55.0
url: https://liumou.site/doc/271
categories:
tags:
- Linux
Debian
缺少依赖
sudo apt update # 更新源
sudo apt install -f # 修复依赖
强制终止导致存在未配置的包
sudo apt update # 更新源
sudo dpkg --configure -a # 继续配置
sudo apt install -f # 修复依赖