Restaurar atualização após falha ssh

1

Minha conexão ssh travou durante um whiptail sobre o php.ini. (atualizar o apache)

Existe uma maneira de recuperar tudo suavemente?

root     20689  0.0  0.0  20036  2284 pts/1    S+   10:15   0:00 whiptail --backtitle Package configuration --title Modif

apt-get upgrade me dê:

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
    
por bob dylan 04.11.2016 / 10:10

1 resposta

2

Tente excluir o arquivo de bloqueio:

rm /var/lib/dpkg/lock

E tente novamente:

apt-get upgrade
    
por 04.11.2016 / 10:55