任何时候,我都会尝试执行任何apt操作,比如:apt-get update或apt-get autoremove。
我知道这个错误:
E: Could not configure 'coreutils:i386'.
E: Could not perform immediate configuration on 'coreutils:i386'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)
E: Could not configure 'coreutils:i386'. 发布于 2017-06-18 22:19:56
您可能需要运行sudo apt-get install -f或sudo dpkg --configure coreutils:i386来完成任何延迟的安装/配置任务。一旦完成,您应该能够更新或删除其他包。
https://askubuntu.com/questions/926815
复制相似问题