系统升级过程中可能发生 MySQL 错误

系统升级过程中可能发生 MySQL 错误

在终端上运行命令 sudo apt-get upgrade。几秒钟后会出现以下内容:

Errors occurred while processing:
/var/cache/apt/archives/mysql-server-5.5_5.5.49-0+deb8u1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

请帮忙!

答案1

您可以粘贴 apt-get update 的所有输出吗?

也许你可以尝试这样做:

sudo rm -f /var/cache/apt/archives/mysql*
sudo apt-get autoclean

然后:

sudo apt-get update

相关内容