A execução do APT não funciona: insserv: aviso: script 'K20.depend.start' tags e substituições LSB ausentes

1

Sempre que eu instalo algo, recebo uma das duas coisas

$ sudo apt-get install netflix-desktop

resultará em

Reading package lists... Done
Building dependency tree 
Reading state information... Done
E: Unable to locate package netflix-desktop'

ou

$ sudo apt-get install -fy 

resultará em

Errors were encountered while processing:
apache2
cups-daemon
mysql-server-5.7
bluez
cups-core-drivers
cups
bluez-cups
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Tenho certeza de que esses aplicativos específicos estão corrompidos, mas não tenho ideia de como devo remover / substituir / reparar.

EDITAR
Este é o começo da saída completa - há cerca de 140k caracteres de

.depend.start
.depend.boot
.depend.stop
.depend.start

etc.etc.etc.

$ sudo apt-get install -fy
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
8 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up apache2 (2.4.18-2ubuntu3.4) ...
insserv: warning: script 'K20.depend.start' missing LSB tags and overrides
insserv: warning: script 'K20.depend.boot' missing LSB tags and overrides
insserv: warning: script 'K20.depend.stop' missing LSB tags and overrides
insserv: There is a loop between service plymouth and urandom if started
insserv:  loop involving service urandom at depth 4
insserv:  loop involving service hwclock at depth 3
insserv: There is a loop between service .depend.start and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service .depend.start if started
insserv: There is a loop at service plymouth if started
insserv:  loop involving service networking at depth 6
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service mountkernfs at depth 1
insserv: Starting .depend.start depends on plymouth and therefore on system facility '$all' which can not be true!
insserv: Starting .depend.boot depends on plymouth and therefore on system facility '$all' which can not be true!
insserv: Starting .depend.stop depends on plymouth and therefore on system facility '$all' which can not be true!
insserv: Starting .depend.start depends on plymouth and therefore on system facility '$all' which can not be true!
    
por Yousif Hassan 14.09.2017 / 14:10

0 respostas