Erro ao testar Debian dist-upgrade

0

Eu recentemente tentei dist-upgrade do meu sistema de testes Debian, mas eu tenho erro:

hubot@debian:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Error!
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:
 firefox-esr : Depends: libgtk-3-0 (>= 3.0.0) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

O resultado do comando sudo apt-cache policy firefox-esr :

firefox-esr:
  Installed: 52.4.0esr-2
  Candidate: 52.4.0esr-2
  Version table:
 *** 52.4.0esr-2 500
        500 http://ftp.cz.debian.org/debian testing/main amd64 Packages
        100 /var/lib/dpkg/status
     52.4.0esr-1~deb9u1 500
        500 http://deb.debian.org/debian stretch/main amd64 Packages

Depois de remover firefox-esr , atualizar e atualizar:

$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Error!
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:
 libgtk-3-0 : Depends: libwayland-egl1-mesa (>= 10.0.2) but it is not going to be installed or
                       libwayland-egl1
              Recommends: libgtk-3-bin
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
$ sudo apt purge --remove libgtk-3-0
Reading package lists... Done
Building dependency tree       
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:
 xul-ext-mozvoikko : Depends: iceweasel (>= 4.0) but it is not going to be installed or
                              firefox (>= 4.0) but it is not installable or
                              firefox-esr (>= 4.0) but it is not going to be installed or
                              thunderbird (>= 5.0) but it is not going to be installed or
                              icedove (>= 5.0)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
    
por java-devel 08.11.2017 / 08:09

0 respostas

Tags