博文

目前显示的是 七月, 2023的博文

解決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就可以了