- Unable to correct problems, you have held broken packages
- sudo apt --fix-missing update
- sudo apt-get -f install
另外一種解法是使用dpkg指令:
- sudo dpkg --configure -a
- sudo apt-get clean
- sudo apt-get update
若上面這招還不行,那就用依序執行下面指令:
- sudo rm /var/lib/apt/lists/lock /var/cache/apt/archives/lock
- sudo dpkg -l | grep ^..r
- sudo dpkg --remove --force-remove--reinstreq
- sudo apt-get clean
- sudo apt-get update
參考資料
- How to Fix Broken Packages in Ubuntu:以上的指令都來自這篇文章
- How to Fix Ubuntu Update Errors:做apt-get update出現問題參考這篇
- Ubuntu可供apt更新的台灣站台:用的是舊版Ubuntu的時候可能要參考這篇
沒有留言:
張貼留言