我是靠谱客的博主 欢呼棉花糖,最近开发中收集的这篇文章主要介绍Ubuntu16.04安装软件时,出现“E: Unable to correct problems, you have held broken packages”问题的解决办法,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
问题原因:Ubuntu安装软件时经常会因为软件包之间的依赖关系无法完成安装。
解决方案:
sudo apt install aptitude:完成aptitude命令安装
sudo aptitude install 软件包 :自动安装某个软件包
遇见这个选项,选n
Keep the following packages at their current version: 1) libssl-dev [Not Installed] 2) node-gyp [Not Installed] 3) nodejs-dev [Not Installed] 4) npm [Not Installed] Accept this solution? [Y/n/q/?] ?
完成安装。
注:aptitude这个命令可以自动处理安装包之间的依赖关系
参考链接:
https://blog.csdn.net/weixin_43880667/article/details/86515908
最后
以上就是欢呼棉花糖为你收集整理的Ubuntu16.04安装软件时,出现“E: Unable to correct problems, you have held broken packages”问题的解决办法的全部内容,希望文章能够帮你解决Ubuntu16.04安装软件时,出现“E: Unable to correct problems, you have held broken packages”问题的解决办法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复