# [ubuntu]解决安装软件时的“未满足依赖”问题 **Published by:** [weigr](https://paragraph.com/@hiweigr/) **Published on:** 2022-07-03 **URL:** https://paragraph.com/@hiweigr/ubuntu ## Content 安装某个软件包时,提示包破损或不满足依赖的问题解决方案:使用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 ## Publication Information - [weigr](https://paragraph.com/@hiweigr/): Publication homepage - [All Posts](https://paragraph.com/@hiweigr/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@hiweigr): Subscribe to updates - [Twitter](https://twitter.com/hiweigr): Follow on Twitter