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
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
場(chǎng)景
在Ubuntu中執(zhí)行
sudo apt-get install -y nano時(shí)提示:
you might want to run 'sudo dpkg --configure -a' to correct the problem
實(shí)現(xiàn)
按照提示輸入:
sudo dpkg --configure -a執(zhí)行之后就可以再執(zhí)行安裝命令
總結(jié)
以上是生活随笔為你收集整理的Ubuntu中安装包时提示:you might want to run 'sudo dpkg --configure -a' to correct the problem的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Java中通过substring和cha
- 下一篇: Linux-编辑器vim与nano的使用