# [ubuntu]解决安装软件时的“未满足依赖”问题

By [weigr](https://paragraph.com/@hiweigr) · 2022-07-03

---

安装某个软件包时，提示包破损或不满足依赖的问题

### 解决方案：

使用aptitude进行安装

1.安装aptitude

`apt install aptitude`

2.安装目标库

`aptitude insatll 包名`

### 参考链接：

[https://stackoverflow.com/questions/26571326/how-do-i-resolve-the-following-packages-have-unmet-dependencies/35679746#35679746](https://stackoverflow.com/questions/26571326/how-do-i-resolve-the-following-packages-have-unmet-dependencies/35679746#35679746)

---

*Originally published on [weigr](https://paragraph.com/@hiweigr/ubuntu)*
