在使用apt-get安装软件包时可能会出现类似如下错误:
E: Could not perform immediate configuration on already unpacked 'mountall'. Please see man 5 apt.conf under APT::Immediate-Configure for details.
解决方法:
apt-get install -o APT::Immediate-Configure=false -f 软件包名
博主所有文章已转自私人博客 Joe 的个人博客,谢谢关注!

本文详细介绍了在使用APT-get安装软件包时可能遇到的E: Could not perform immediate configuration...错误,并提供了有效的解决方法。通过执行`apt-get install -o APT::Immediate-Configure=false 软件包名`命令即可解决。
3万+

被折叠的 条评论
为什么被折叠?



