使用此命令在Ubuntu上安装lynx
sudo apt-get install lynx
我收到此错误
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the download directory (/var/lib/cache/dpkg/)
如何解决这个问题?
答案 0 :(得分:0)
你有任何进程,更新等,试图获得锁定? 要删除任何现有锁,请在终端中使用以下命令:
sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock