Sub-process /usr/bin/dpkg returned an error code (1)

前端之家收集整理的这篇文章主要介绍了Sub-process /usr/bin/dpkg returned an error code (1)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

今天在Ubuntu Server 14.04上安装gdb,遇到了这个问题:

Sub-process /usr/bin/dpkg returned an error code (1)

这样解决的:

sudo apt-get update --fix-missing
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get -f install
sudo apt-get install gdb
原文链接:https://www.f2er.com/ubuntu/354068.html

猜你在找的Ubuntu相关文章