我需要删除 Deepin 发行版中的某些程序,但出现此错误:
amr@amr-PC:~$ sudo apt-get autoremove Virtual Network Editor
[sudo] Mot de passe de amr :
E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible)
E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise.
amr@amr-PC:~$
谷歌翻译:
amr@amr-PC:~$ sudo apt-get autoremove Virtual Network Editor
[sudo] Password of amr :
E: Can not get lock / var / lib / dpkg / lock - open (11: Resource
temporarily unavailable)
E: Can not lock the administration directory (/ var / lib / dpkg /). It is
possible that another process uses it.
amr@amr-PC:~$
答案1
使用sudo apt --fix-broken autoremove
。如果不起作用,请使用sudo reboot
,然后使用apt-get --fix-broken autoremove