码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu下dpkg安装软件遇到包依赖问题的处理方法

时间:2019-09-10 15:00:59      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:ever   bsp   apt   pen   false   pac   conf   nbsp   tor   

造冰箱的大熊猫@cnblogs 2019/9/10

 

向灵魂工程师致敬!

 

在Ubuntu环境下通过dpkg命令安装deb包时,如果遇到包依赖问题,如

$sudo dpkg -i xxx.deb 
(Reading database ... 227173 files and directories currently installed.)
Preparing to unpack xxx.deb ...
Unpacking xxx (1.0.0) over (1.0.0) ...
dpkg: dependency problems prevent configuration of xxx:
xxx depends on yyy; however:  
Package yyy is not installed.

 此时,执行“sudo apt-get -f install”命令修复包依赖,然后再使用dpkg安装deb包。

Ubuntu下dpkg安装软件遇到包依赖问题的处理方法

标签:ever   bsp   apt   pen   false   pac   conf   nbsp   tor   

原文地址:https://www.cnblogs.com/pandabang/p/11497245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!