【问题标题】:E: Error, pkgProblemResolver::Resolve generated breaksE: 错误,pkgProblemResolver::Resolve 生成​​的中断
【发布时间】:2022-07-01 11:47:41
【问题描述】:

具有相同错误消息的 SO 线程上的答案没有解决我的问题。

Ubuntu 20.04 LTS

愿意安装v4l-utils wit apt 我收到以下错误消息:

The following information may help to resolve the situation:

The following packages have unmet dependencies:
 v4l-utils : Depends: libv4l-0 (= 1.14.2-1) but 1.18.0-2build1 is to be installed
             Depends: libv4l2rds0 (= 1.14.2-1) but 1.18.0-2build1 is to be installed
E: Unable to correct problems, you have held broken packages.

以下答案我发现我尝试安装aptitude,然后我收到以下错误消息:

The following packages have unmet dependencies:
 aptitude : Depends: libapt-pkg5.0 (>= 1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

终于当愿意安装依赖libapt-pkg5.0

The following information may help to resolve the situation:

The following packages have unmet dependencies:
 dictionaries-common : Depends: debconf (>= 1.5.5) but it is not going to be installed or
                                debconf-2.0
                       Depends: libtext-iconv-perl but it is not going to be installed
 gir1.2-gdm-1.0 : Depends: libgdm1 (>= 3.33.4) but it is not going to be installed
 glib-networking : Depends: gsettings-desktop-schemas but it is not going to be installed
 libfolks25 : Depends: folks-common (= 0.13.2-1) but it is not going to be installed
              Recommends: libfolks-eds25 but it is not going to be installed
 libgoa-1.0-0b : Depends: libgoa-1.0-common (>= 3.36.1-0ubuntu1pop1~1625208841~20.04~63ed2dd) but it is not going to be installed
 libicu66 : Depends: tzdata (> 2019c-3ubuntu1~) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

我有更新、升级和自动删除,也试试:

sudo apt-get clean
sudo dpkg --configure -a
sudo apt-get install -f

同样的结果。

【问题讨论】:

    标签: ubuntu apt


    【解决方案1】:

    当我安装 v4l-utilsapt 时出现一些错误

    但我只是删除libv4l-0andlibv4l2rds0used

    sudo apt remove libv4l-0
    sudo apt remove libv4l2rds0
    sudo apt autoclean && sudo apt autoremove
    

    然后重新安装,就可以了

    【讨论】:

      猜你喜欢
      • 2015-08-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-03-22
      • 2013-07-16
      • 2016-03-28
      • 2019-08-13
      相关资源
      最近更新 更多