Skip to content

缺少依赖

shell
sudo apt update # 更新源
sudo apt install -f # 修复依赖

强制终止导致存在未配置的包

shell
sudo apt update # 更新源
sudo dpkg --configure -a  # 继续配置
sudo apt install -f # 修复依赖

Last updated: