sudo apt-get update 导致终端应用程序崩溃

sudo apt-get update 导致终端应用程序崩溃

我尝试运行sudo apt-get update,但终端冻结并弹出一条消息:Ubuntu experienced an internal error... 我正在尝试使用 OpenFOAM,它总是要求我更新内容,但当我尝试时,它卡住了。Ubuntu
版本是 12.04。

答案1

尝试这个:

备份你的 sources.list:

sudo cp /etc/apt/sources.list{,.backup}

现在删除原始版本并更新:

sudo rm /etc/apt/sources.list && sudo apt-get update

相关内容