尝试在ubuntu上安装libxml 2-dev时出现错误消息

q3qa4bjr  于 2022-11-22  发布在  其他
关注(0)|答案(1)|浏览(250)

使用环境:Ubuntu 20.04版
在终端中运行sudo apt-get install libxml2-dev。但返回以下消息:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libxml2-dev : Depends: libxml2 (= 2.9.10+dfsg-6.3ubuntu0.1) but 2.9.12+dfsg-0+ubuntu21.04.1+deb.sury.org+1 is to be installed
E: Unable to correct problems, you have held broken packages.

libxml2-dev : Depends: libxml2 (= 2.9.10+dfsg-6.3ubuntu0.1) but 2.9.12+dfsg-0+ubuntu21.04.1+deb.sury.org+1 is to be installed是什么意思?我该怎么解决它?
谢谢你!

frebpwbc

frebpwbc1#

解决方案在这里(但我写的教程在法语):https://forum.ubuntu-fr.org/viewtopic.php?pid=22551079
长话短说:通过ppa-purge卸载ppa:ondrej/php解决了我的问题!
要运行命令:

sudo add-apt-repository --remove ppa:ondrej/php

相关问题