解決apt --fix-broken install
使用apt --fix-broken install指令出現訊息
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
把指令改成sudo apt --fix-broken install就可以了
评论
发表评论