Eu estava tentando simular uma atualização para rsyslog
no Ubuntu Server 14.04, mas ele falha devido a um erro de dependência.
Aqui está a saída:
$ sudo apt-get -s install --only-upgrade rsyslog
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libperl5.14 : Depends: perl-base (= 5.14.2-6ubuntu2.5) but 5.18.2-2ubuntu1 is to be installed
libsnmp15 : Depends: libsnmp-base (>= 5.4.3~dfsg-2.4ubuntu1.3) but it is not going to be installed
Depends: libsensors4 (>= 1:3.0.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).