É um erro = Iniciando o pkgProblemResolver com contagem interrompida: 0

2

minha caixa me disse que eu deveria correr:

sudo apt autoremove

Então eu fiz isso, depois disso, eu corri:

sudo apt-get update && sudo apt-get dist-upgrade

E essas mensagens que eu nunca vi antes aparecem:

Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0

São mensagens de erro?

Obrigado antecipadamente

Abaixo estão o comando e a saída completa:

$ sudo apt-get update && sudo apt-get dist-upgrade
Hit:1 http://download.virtualbox.org/virtualbox/debian xenial InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease 
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease 
Hit:4 http://repository.spotify.com stable InRelease 
Hit:5 http://dl.google.com/linux/chrome/deb stable Release 
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease 
Get:7 http://us.archive.ubuntu.com/ubuntu xenial-security InRelease [102 kB] 
Hit:8 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease 
Hit:9 http://archive.neon.kde.org/user xenial InRelease 
Hit:10 https://dl.yarnpkg.com/debian stable InRelease 
Hit:12 https://deb.nodesource.com/node_6.x xenial InRelease 
Hit:13 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial InRelease
Hit:14 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease 
Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Hit:16 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease 
Fetched 204 kB in 1s (175 kB/s) 
Reading package lists... Done
Reading package lists... Done
Building dependency tree 
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
por cumanacr 29.03.2017 / 03:44

1 resposta

0

Estou usando o KDE neon 5.11. Aprendi algumas coisas que essas mensagens não são erros e que, com o seguinte comando, tudo atualiza os pacotes do Ubuntu e do KDE

sudo apt-get update && sudo apt-get dist-upgrade && pkcon refresh && pkcon update
    
por cumanacr 15.10.2017 / 06:09