缺少依赖
sudo apt update # 更新源
sudo apt install -f # 修复依赖
强制终止导致存在未配置的包
sudo apt update # 更新源
sudo dpkg --configure -a # 继续配置
sudo apt install -f # 修复依赖
sudo apt update # 更新源
sudo apt install -f # 修复依赖
sudo apt update # 更新源
sudo dpkg --configure -a # 继续配置
sudo apt install -f # 修复依赖
Debian系操作系统依赖错误常用解决方法
https://liumou.site/doc/271