下载并安装gcc/g++ 4.7.x报错:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
解决办法:
删除提示存在的包:
sudo dpkg -P libaria

执行修正:
sudo apt-get install -f
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
现在可以进行下载并安装gcc/g++ 4.7.x了:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

相关文章: