Ubuntu中安装包时提示:you might want to run 'sudo dpkg --configure -a' to correct the problem
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu中安装包时提示:you might want to run 'sudo dpkg --configure -a' to correct the problem
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
場景
在Ubuntu中執行
sudo apt-get install -y nano時提示:
you might want to run 'sudo dpkg --configure -a' to correct the problem
實現
按照提示輸入:
sudo dpkg --configure -a執行之后就可以再執行安裝命令
總結
以上是生活随笔為你收集整理的Ubuntu中安装包时提示:you might want to run 'sudo dpkg --configure -a' to correct the problem的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java中通过substring和cha
- 下一篇: Linux-编辑器vim与nano的使用