我的 ssh 连接在有关 php.ini 的鞭尾攻击中崩溃了。 (更新阿帕奇)
有没有办法让一切顺利恢复呢?
root 20689 0.0 0.0 20036 2284 pts/1 S+ 10:15 0:00 whiptail --backtitle Package configuration --title Modif
apt-get upgrade
给我吗 :
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?
答案1
尝试删除锁定文件:
rm /var/lib/dpkg/lock
然后再试一次:
apt-get upgrade